2020-07-27 11:25:24 +02:00
|
|
|
{
|
|
|
|
"suggest.noselect": false,
|
|
|
|
"vetur.format.options.tabSize": 4,
|
2022-09-26 13:02:24 +02: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 11:25:24 +02:00
|
|
|
}
|