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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 04:34:19 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372969: [clangd][vscode] Turn on the semantic highlighting by default. (authored by hokein, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D68077?vs=221906&id=221916#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68077/new/

https://reviews.llvm.org/D68077

Files:
  clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json


Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
@@ -92,7 +92,7 @@
                 },
                 "clangd.semanticHighlighting": {
                     "type": "boolean",
-                    "default": "false",
+                    "default": "true",
                     "description": "Enable semantic highlighting in clangd"
                 }
             }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68077.221916.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190926/6e42221c/attachment.bin>


More information about the cfe-commits mailing list