kubi/.vscode/settings.json

9 lines
157 B
JSON
Raw Normal View History

2023-03-06 17:46:12 -06:00
{
"editor.tabSize": 2,
"rust-analyzer.diagnostics.disabled": [
2023-03-07 18:31:38 -06:00
//rust-analyzer issue #14269,
"unresolved-method",
"unresolved-import"
2023-03-06 17:46:12 -06:00
]
}