diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-09-27 18:11:31 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-09-27 18:11:31 +0300 |
| commit | 81891f7abecbcdd8d97bf878dd1dbce595755d6a (patch) | |
| tree | f5f0f6ed2da97791f7c708642dedffcb019d41c4 /editors/code | |
| parent | 009e6ceb1ddcd27a9ced3bcb7d0ef823379185a1 (diff) | |
| download | rust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.tar.gz rust-81891f7abecbcdd8d97bf878dd1dbce595755d6a.zip | |
Enable attribute proc macros by default
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 541293ff121..a9593024d45 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -641,7 +641,7 @@ }, "rust-analyzer.experimental.procAttrMacros": { "markdownDescription": "Expand attribute macros.", - "default": false, + "default": true, "type": "boolean" }, "rust-analyzer.files.watcher": { |
