mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-23 23:38:42 -06:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
//rust-analyzer issue #14269,
|
|
"unresolved-method",
|
|
"unresolved-import",
|
|
"unresolved-field"
|
|
],
|
|
"git.replaceTagsWhenPull": true
|
|
}
|