mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-12 18:38:43 -06:00
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
"unresolved-method" //rust-analyzer issue #14269
|
|
]
|
|
}
|