Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

deimi/bash-language-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORK IN PROGRESS

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

Requirements

Docker for Windows in linux mode.

Building docker image

Call build-bash-language-server.bat from command line

This will create a image called "bash-language-server:latest"

Set up VSCode extension "Bash IDE"

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

Running bash-language-server

Call bash-language-server.cmd

This will execute the language server inside a temporary docker container.

To do

[ ] Scripts for linux

About

Docker container with bash language server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published