about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorEdwin Cheng <edwin0cheng@gmail.com>2020-04-13 00:05:33 +0800
committerEdwin Cheng <edwin0cheng@gmail.com>2020-04-16 19:28:06 +0800
commita4b0ce07f80773146c72004befc77be4e576c677 (patch)
tree0dec04c4667033b0115fae3be51e1e1202869abd /editors/code/src
parent22e33f308a7dfe924bf2d10f9041e91cec1349a0 (diff)
downloadrust-a4b0ce07f80773146c72004befc77be4e576c677.tar.gz
rust-a4b0ce07f80773146c72004befc77be4e576c677.zip
Add config for proc_macro
Diffstat (limited to 'editors/code/src')
-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 35a05131c88..3b2eec8baa7 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -12,6 +12,7 @@ export class Config {
     private readonly requiresReloadOpts = [
         "serverPath",
         "cargo",
+        "procMacro",
         "files",
         "highlighting",
         "updates.channel",