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