diff options
author | Edwin Cheng <[email protected]> | 2020-04-16 14:13:57 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-04-16 14:13:57 +0100 |
commit | 177becea98bddcd995a2abec59c6b60bac6b5a2b (patch) | |
tree | 64b7ecca11b93b71aab3e2fc0648d70aa012ee8b /editors | |
parent | ca7dc69a8e87883c6a0c9df88c936fa2a4658c7b (diff) |
Add proc-macro cli command for rust-analyzer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index d39a9b6d8..5ce59e54a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -393,11 +393,6 @@ | |||
393 | "description": "Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.", | 393 | "description": "Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.", |
394 | "type": "boolean", | 394 | "type": "boolean", |
395 | "default": false | 395 | "default": false |
396 | }, | ||
397 | "rust-analyzer.procMacro.serverPath": { | ||
398 | "description": "Proc macro server path", | ||
399 | "type": "string", | ||
400 | "default": "ra_proc_macro_srv" | ||
401 | } | 396 | } |
402 | } | 397 | } |
403 | }, | 398 | }, |