The procMacro option has long been on by default
… and it's good to let people have their own local configs that won't be tracked by git.
This commit is contained in:
parent
db7a7085f4
commit
7fd5b22e3b
|
@ -31,7 +31,6 @@ modules.xml
|
|||
|
||||
### vscode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"rust-analyzer.procMacro.enable": true,
|
||||
}
|
Loading…
Reference in New Issue