diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-02-20 00:27:34 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-02-20 00:27:34 +0100 |
| commit | 3b3b1ba346a2841c71500ababd58210db55703e7 (patch) | |
| tree | c4016d7117ee7af4a2485df2734d17123527e68e /.vscode | |
| parent | 03ddc949a04c6dd76cb30eefb4a7bce9111cfbbc (diff) | |
Enable rust-analyzer proc-macros
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a6d083ad9..8915126a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "rust-analyzer.procMacro.enable": true, | ||
| 8 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | ||
| 7 | "files.watcherExclude": { | 9 | "files.watcherExclude": { |
| 8 | "**/.git/objects/**": true, | 10 | "**/.git/objects/**": true, |
| 9 | "**/.git/subtree-cache/**": true, | 11 | "**/.git/subtree-cache/**": true, |
