create vscode settings.json

This commit is contained in:
griffi-gh 2023-03-07 00:46:12 +01:00
parent 3f6abb75fd
commit 95e3de7228

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"editor.tabSize": 2,
"rust-analyzer.diagnostics.disabled": [
"unresolved-method" //rust-analyzer issue #14269
]
}