{ "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": ["~"] } } }