about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <edwin0cheng@gmail.com>2020-04-16 21:13:57 +0800
committerEdwin Cheng <edwin0cheng@gmail.com>2020-04-16 21:13:57 +0800
commit177becea98bddcd995a2abec59c6b60bac6b5a2b (patch)
tree64b7ecca11b93b71aab3e2fc0648d70aa012ee8b /editors/code/package.json
parentca7dc69a8e87883c6a0c9df88c936fa2a4658c7b (diff)
downloadrust-177becea98bddcd995a2abec59c6b60bac6b5a2b.tar.gz
rust-177becea98bddcd995a2abec59c6b60bac6b5a2b.zip
Add proc-macro cli command for rust-analyzer
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index d39a9b6d883..5ce59e54a96 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -393,11 +393,6 @@
                     "description": "Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.",
                     "type": "boolean",
                     "default": false
-                },
-                "rust-analyzer.procMacro.serverPath": {
-                    "description": "Proc macro server path",
-                    "type": "string",
-                    "default": "ra_proc_macro_srv"
                 }
             }
         },