1
1
Fork 0
mirror of https://github.com/griffi-gh/kubi.git synced 2025-01-15 00:28:19 -06:00
kubi/.vscode/settings.json

10 lines
181 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"
2023-03-06 17:46:12 -06:00
]
}