diff options
author | Edwin Cheng <[email protected]> | 2020-04-12 17:05:33 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-04-16 12:28:06 +0100 |
commit | a4b0ce07f80773146c72004befc77be4e576c677 (patch) | |
tree | 0dec04c4667033b0115fae3be51e1e1202869abd /editors/code/src | |
parent | 22e33f308a7dfe924bf2d10f9041e91cec1349a0 (diff) |
Add config for proc_macro
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 35a05131c..3b2eec8ba 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts | |||
@@ -12,6 +12,7 @@ export class Config { | |||
12 | private readonly requiresReloadOpts = [ | 12 | private readonly requiresReloadOpts = [ |
13 | "serverPath", | 13 | "serverPath", |
14 | "cargo", | 14 | "cargo", |
15 | "procMacro", | ||
15 | "files", | 16 | "files", |
16 | "highlighting", | 17 | "highlighting", |
17 | "updates.channel", | 18 | "updates.channel", |