kubi/.vscode/settings.json

10 lines
181 B
JSON
Raw Normal View History

2023-03-06 23:46:12 +00:00
{
"editor.tabSize": 2,
"rust-analyzer.diagnostics.disabled": [
2023-03-08 00:31:38 +00:00
//rust-analyzer issue #14269,
"unresolved-method",
2023-03-08 00:47:46 +00:00
"unresolved-import",
"unresolved-field"
2023-03-06 23:46:12 +00:00
]
}