mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
//rust-analyzer issue #14269,
|
|
"unresolved-method",
|
|
"unresolved-import",
|
|
"unresolved-field"
|
|
]
|
|
}
|