20 lines
561 B
JSON
20 lines
561 B
JSON
{
|
|
"suggest.noselect": false,
|
|
"vetur.format.options.tabSize": 4,
|
|
"vetur.format.options.useTabs": true,
|
|
"rust-analyzer.procMacro.enable": true,
|
|
"rust-analyzer.procMacro.attributes.enable": true,
|
|
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
|
|
"yaml.schemas": {
|
|
"kubernetes": "/*.yaml"
|
|
},
|
|
"languageserver": {
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh", "hbs"],
|
|
"ignoredRootPaths": ["~"]
|
|
}
|
|
}
|
|
}
|