]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
syntax highlighting but not errors in vscode
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 5 Nov 2018 13:40:47 +0000 (14:40 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 5 Nov 2018 13:40:47 +0000 (14:40 +0100)
qcsrc/.vscode/settings.json [new file with mode: 0644]

diff --git a/qcsrc/.vscode/settings.json b/qcsrc/.vscode/settings.json
new file mode 100644 (file)
index 0000000..37c1e26
--- /dev/null
@@ -0,0 +1,7 @@
+{
+    "files.associations": {
+        "*.qc": "c",
+        "*.qh": "c"
+    },
+    "C_Cpp.errorSquiggles": "Disabled"
+}