Page 1 of 1

Bash Language Server

Posted: 02 Dec 2022 14:18
by Rickard Johansson
Bash Language Server
Support bash files and provide simple diagnostics, completion...

Install
* Install Nodejs for Windows https://nodejs.org/en/download/
* Install server

Code: Select all

>npm install --global bash-language-server
Add the server in project/site settings

Server name
Bash Language Server

Command
bash-language-server.cmd

Command line arguments
--stdio

Initial folder
%AppData%\npm

File extension and language id
.sh=shellscript

Communication channel
* Command line (stdio)

Source folders
<Main site folder>

Initialize options

You can also use socket communication. Just replace the argument --stdio with --socket={number} e.g. --socket=5000.