1
0

Enable bash-language-server manually.

This commit is contained in:
2024-06-04 11:05:21 +02:00
parent 01e443eb8c
commit d508759e33

View File

@@ -8,6 +8,11 @@
"latex": { "latex": {
"command": "/sbin/texlab", "command": "/sbin/texlab",
"filetypes": [ "tex","bib","plaintex","context" ] "filetypes": [ "tex","bib","plaintex","context" ]
},
"bash": {
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh","bash"]
} }
} }
} }