Status: not working
Docker container with bash language server for VSCode extension "Bash IDE" The server is executed on demand and won't need to be run in the background
Docker for Windows in linux mode.
Call build-bash-language-server.bat from command line
This will create a image called "bash-language-server:latest"
https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode
Set "bashIde.path" to the path where bash-language-server.cmd is stored. The extension will call the batch file itself. Tested with version x.x.x
Call bash-language-server.cmd
This will execute the language server inside a temporary docker container.
[ ] Scripts for linux