Browse Source

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.
Nyaaori/private-read-receipts
Jonas Platte 3 years ago
parent
commit
7fd5b22e3b
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
  1. 1
      .gitignore
  2. 3
      .vscode/settings.json

1
.gitignore vendored

@ -31,7 +31,6 @@ modules.xml
### vscode ### ### vscode ###
.vscode/* .vscode/*
!.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json

3
.vscode/settings.json vendored

@ -1,3 +0,0 @@
{
"rust-analyzer.procMacro.enable": true,
}
Loading…
Cancel
Save