aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-12 17:05:33 +0100
committerEdwin Cheng <[email protected]>2020-04-16 12:28:06 +0100
commita4b0ce07f80773146c72004befc77be4e576c677 (patch)
tree0dec04c4667033b0115fae3be51e1e1202869abd /editors/code/src/config.ts
parent22e33f308a7dfe924bf2d10f9041e91cec1349a0 (diff)
Add config for proc_macro
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r--editors/code/src/config.ts1
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",