Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save greggthomason/14183604ec7e74d67f4e533f873181d0 to your computer and use it in GitHub Desktop.
Save greggthomason/14183604ec7e74d67f4e533f873181d0 to your computer and use it in GitHub Desktop.
bash language server
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