mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 09:07:52 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"git.addedSign.hlGroup": "GitGutterAdd",
|
|
"git.changedSign.hlGroup": "GitGutterChange",
|
|
"git.removedSign.hlGroup": "GitGutterDelete",
|
|
"git.topRemovedSign.hlGroup": "GitGutterDelete",
|
|
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
|
|
"languageserver": {
|
|
"terraform": {
|
|
"command": "terraform-ls",
|
|
"args": ["serve"],
|
|
"filetypes": ["terraform", "tf"],
|
|
"initializationOptions": {},
|
|
"settings": {}
|
|
}
|
|
},
|
|
"eslint.autoFixOnSave": true,
|
|
"eslint.filetypes": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"prettier.disableSuccessMessage": true,
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"json",
|
|
"graphql"
|
|
],
|
|
"tsserver.formatOnType": true,
|
|
"coc.preferences.formatOnType": true,
|
|
"yaml.schemaStore.enable": true,
|
|
"yaml.schemas": {
|
|
"kubernetes": [
|
|
"/**/kubernetes/**/*.yaml",
|
|
"/**/k8s/**/*.yaml"
|
|
],
|
|
"https://json.schemastore.org/github-workflow.json": "/.github/workflows/*.yaml"
|
|
}
|
|
}
|