[clangd][vscode] Turn on the semantic highlighting by default.

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
This commit is contained in:
Haojian Wu 2019-09-26 11:34:11 +00:00
parent 06f9ce84fe
commit 0f61f9fca8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
},
"clangd.semanticHighlighting": {
"type": "boolean",
"default": "false",
"default": "true",
"description": "Enable semantic highlighting in clangd"
}
}