From: Martin Taibr Date: Mon, 5 Nov 2018 13:40:47 +0000 (+0100) Subject: syntax highlighting but not errors in vscode X-Git-Tag: xonotic-v0.8.5~1724 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2bb2106d0bdd60cd89e533eb422ba3167176e5e8;p=xonotic%2Fxonotic-data.pk3dir.git syntax highlighting but not errors in vscode --- diff --git a/qcsrc/.vscode/settings.json b/qcsrc/.vscode/settings.json new file mode 100644 index 000000000..37c1e265f --- /dev/null +++ b/qcsrc/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "files.associations": { + "*.qc": "c", + "*.qh": "c" + }, + "C_Cpp.errorSquiggles": "Disabled" +}