]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/.vscode/settings.json
Merge branch 'master' into Lyberta/WaypointIcons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / .vscode / settings.json
diff --git a/qcsrc/.vscode/settings.json b/qcsrc/.vscode/settings.json
new file mode 100644 (file)
index 0000000..a0042aa
--- /dev/null
@@ -0,0 +1,9 @@
+{
+    "files.associations": {
+        "*.qc": "c",
+        "*.qh": "c",
+        "*.inc": "c"
+    },
+    "C_Cpp.errorSquiggles": "Disabled",
+    "C_Cpp.dimInactiveRegions": false
+}