From: Martin Taibr Date: Sat, 10 Nov 2018 14:34:41 +0000 (+0100) Subject: better vscode support X-Git-Tag: xonotic-v0.8.5~1721 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=499fb232cdc9ccd215d3d6c5892ff8be57cd829a;p=xonotic%2Fxonotic-data.pk3dir.git better vscode support --- diff --git a/qcsrc/.vscode/settings.json b/qcsrc/.vscode/settings.json index 37c1e265f..a0042aaee 100644 --- a/qcsrc/.vscode/settings.json +++ b/qcsrc/.vscode/settings.json @@ -1,7 +1,9 @@ { "files.associations": { "*.qc": "c", - "*.qh": "c" + "*.qh": "c", + "*.inc": "c" }, - "C_Cpp.errorSquiggles": "Disabled" + "C_Cpp.errorSquiggles": "Disabled", + "C_Cpp.dimInactiveRegions": false }