bash-language-server icon indicating copy to clipboard operation
bash-language-server copied to clipboard

A language server for Bash

Results 191 bash-language-server issues
Sort by recently updated
recently updated
newest added

``` # sudo -i # npm i -g bash-language-server npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends...

https://hub.docker.com/r/chrismwendt/codeintel-bash-with-explainshell/ doesn't seem to exist anymore.

bug
priority ⭐️

Hi, I don't have npm nor internet access on my Ubuntu machine so I would prefer an appimage to install. I haven't found any so I guess it might be...

I'm using BashIDE in Windows 10. I'm assuming the following error is from BLS 1.16.1. ``` value_after_last_delimeter () {

I am using `vim` 8, and have compiled my vim following the instruction as 1. install plugin `prabirshrestha/vim-lsp` 2. add the configuration as ``` if executable('bash-language-server') au User lsp_setup call...

When a function is created that has the same name as an executable on a user's path (e.g. something like 'ls'), when you hover over the name of that function...

This is vscode specific, but should be very easy to add as we have the tree-sitter AST. https://code.visualstudio.com/updates/v1_22#_folding-provider-api

enhancement

I haven't found a way to disable logging for the server.

I have a hashtag character (`#`) in one of my files: ``` file:///home/raoul/foo/%23xxxx/bar.sh ``` But when requesting things like textDocument/definition, bash-language-server returns paths that are not %-encoded: ``` file:///home/raoul/foo/#xxxx/bar.sh ```

bug

![image](https://user-images.githubusercontent.com/2185020/90323031-38517a00-df21-11ea-9ea5-017ea98d088e.png) Its a bug, but its ok because at least it makes fun of itself.