diff --git a/package.json b/package.json index bb087f0..2801e93 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlight", "author": "ccls-project", "license": "MIT", - "version": "0.1.29", + "version": "0.1.31", "publisher": "ccls-project", "repository": { "type": "git", @@ -716,9 +716,13 @@ } }, "configurationDefaults": { - "editor.semanticHighlighting.enabled": true, + "[c][cpp][objective-c][objective-cpp]": { + "editor.semanticHighlighting.enabled": true, + "editor.semanticTokenColorCustomizations": { + "enabled": true + } + }, "editor.semanticTokenColorCustomizations": { - "enabled": true, "rules": { "class": { "foreground": "#e1afc3" }, "constructor": { "foreground": "#e5b124" },