[PATCH] D66406: [clangd] Update themeRuleMatcher when color theme changes in vscode extension.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 07:53:39 PDT 2019


hokein added a comment.

please update the description of the patch.



================
Comment at: clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts:104
+        vscode.workspace.onDidChangeConfiguration((conf) => {
+          if (!conf.affectsConfiguration('workbench'))
+            // Configuration could not have affected the current colorTheme.
----------------
does `conf.affectsConfiguration('workbench.colorTheme')` work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66406





More information about the cfe-commits mailing list