kubi/.vscode/settings.json

11 lines
216 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",
2023-03-07 18:47:46 -06:00
"unresolved-import",
"unresolved-field"
2024-09-11 05:43:44 -05:00
],
"git.replaceTagsWhenPull": true
2023-03-06 17:46:12 -06:00
}