Created
June 29, 2021 19:46
-
-
Save greggthomason/14183604ec7e74d67f4e533f873181d0 to your computer and use it in GitHub Desktop.
bash language server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone https://github.com/bash-lsp/bash-language-server somewhere like ~/.local/share | |
yarn install | |
yarn run compile | |
then set the language server path to ~/.local/share/bash-language-server/vscode-client/node_modules/.bin/bash-language-server with the argument "start" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment