Added shellcheck

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-04-10 17:52:07 +02:00
parent 317e4ecd81
commit dd5208e8ef
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
"diagnostic.virtualText": true,
"diagnostic.virtualTextCurrentLineOnly": false,
"diagnostic.checkCurrentLine": false,
"diagnostic-languageserver.filetypes": {
"markdown": ["write-good", "markdownlint"],
"sh": "shellcheck"
},
"languageserver": {
"bash": {
"command": "bash-language-server",