Added shellcheck
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
317e4ecd81
commit
dd5208e8ef
@ -12,6 +12,10 @@
|
|||||||
"diagnostic.virtualText": true,
|
"diagnostic.virtualText": true,
|
||||||
"diagnostic.virtualTextCurrentLineOnly": false,
|
"diagnostic.virtualTextCurrentLineOnly": false,
|
||||||
"diagnostic.checkCurrentLine": false,
|
"diagnostic.checkCurrentLine": false,
|
||||||
|
"diagnostic-languageserver.filetypes": {
|
||||||
|
"markdown": ["write-good", "markdownlint"],
|
||||||
|
"sh": "shellcheck"
|
||||||
|
},
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"bash": {
|
"bash": {
|
||||||
"command": "bash-language-server",
|
"command": "bash-language-server",
|
||||||
|
Loading…
Reference in New Issue
Block a user