aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-28 12:01:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-28 12:01:56 +0000
commit3432c4366f578b4f0a9a6e0384292d72e43ebf03 (patch)
treeb589fcf2ee7d816f3f18bd83b8e88738dcb6fd4f /editors/code/src/config.ts
parent7abe1f422c1a1230ad5b39474101806c438ef452 (diff)
parentd1a67c1174abfb99b67b8db89c9f27c741e85057 (diff)
Merge #695
695: align command naming r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r--editors/code/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index cc7a10f76..d26f5df0a 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -16,7 +16,7 @@ export class Config {
16 } 16 }
17 17
18 public userConfigChanged() { 18 public userConfigChanged() {
19 const config = vscode.workspace.getConfiguration('ra-lsp'); 19 const config = vscode.workspace.getConfiguration('rust-analyzer');
20 if (config.has('highlightingOn')) { 20 if (config.has('highlightingOn')) {
21 this.highlightingOn = config.get('highlightingOn') as boolean; 21 this.highlightingOn = config.get('highlightingOn') as boolean;
22 } 22 }