mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -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
|
||
|
]
|
||
|
}
|