forked from OSchip/llvm-project
[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:
parent
06f9ce84fe
commit
0f61f9fca8
|
@ -92,7 +92,7 @@
|
|||
},
|
||||
"clangd.semanticHighlighting": {
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"default": "true",
|
||||
"description": "Enable semantic highlighting in clangd"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue