Add contrib/ide/vscode/settings.json
This commit is contained in:
parent
6ba16b3ddb
commit
60bd16ccfc
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.vscode
|
||||
target
|
||||
Cargo.lock
|
||||
|
|
6
contrib/ide/vscode/settings.json
Normal file
6
contrib/ide/vscode/settings.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
// rust-analyzer can't currently handle macro-generated types
|
||||
"rust-analyzer.diagnostics.disabled": [
|
||||
"unresolved-import"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue