2020-07-27 09:25:24 +00:00
|
|
|
{
|
|
|
|
"suggest.noselect": false,
|
|
|
|
"vetur.format.options.tabSize": 4,
|
2022-09-26 11:02:24 +00:00
|
|
|
"vetur.format.options.useTabs": true,
|
|
|
|
"rust-analyzer.procMacro.enable": true,
|
|
|
|
"rust-analyzer.procMacro.attributes.enable": true,
|
|
|
|
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"]
|
2020-07-27 09:25:24 +00:00
|
|
|
}
|