[clangd][vscode] Turn on the semantic highlighting by default.
authorHaojian Wu <hokein@google.com>
Thu, 26 Sep 2019 11:34:11 +0000 (11:34 +0000)
committerHaojian Wu <hokein@google.com>
Thu, 26 Sep 2019 11:34:11 +0000 (11:34 +0000)
Summary:
We have turned on the flag manually and used it for a while, and don't see any
major issues, let's enable it by default.

Reviewers: ilya-biryukov

Subscribers: MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68077

llvm-svn: 372969

clang-tools-extra/clangd/clients/clangd-vscode/package.json

index 96ec4c7..fdb6227 100644 (file)
@@ -92,7 +92,7 @@
                 },
                 "clangd.semanticHighlighting": {
                     "type": "boolean",
-                    "default": "false",
+                    "default": "true",
                     "description": "Enable semantic highlighting in clangd"
                 }
             }