Add shell linting and formatting
This commit is contained in:
parent
3fd031e23e
commit
ff70755af6
@ -9,6 +9,12 @@
|
|||||||
"diagnostic.warningSign": "⚠",
|
"diagnostic.warningSign": "⚠",
|
||||||
"diagnostic.infoSign": "🛈",
|
"diagnostic.infoSign": "🛈",
|
||||||
"diagnostic.checkCurrentLine": true,
|
"diagnostic.checkCurrentLine": true,
|
||||||
|
"diagnostic-languageserver.filetypes": {
|
||||||
|
"sh": "shellcheck"
|
||||||
|
},
|
||||||
|
"diagnostic-languageserver.formatFiletypes": {
|
||||||
|
"sh": "shfmt"
|
||||||
|
},
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"css",
|
"css",
|
||||||
"go",
|
"go",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user