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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod)) | [`3.22.4` -> `3.23.8`](https://renovatebot.com/diffs/npm/zod/3.22.4/3.23.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.23.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-simple-import-sort](https://togithub.com/lydell/eslint-plugin-simple-import-sort) | [`12.0.0` -> `12.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/12.0.0/12.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-simple-import-sort/12.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-simple-import-sort/12.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Code editor Visual Studio Code ### Platform Linux x64 6.6.30-2-MANJARO ### Version Bash IDE v1.41.0 ### What steps will reproduce the bug? Video: https://github.com/bash-lsp/bash-language-server/assets/7520007/5e0b98d5-5e98-47bf-9101-b511edaa3141 ps: ![image](https://github.com/bash-lsp/bash-language-server/assets/7520007/48677e62-cd1e-40b1-a442-1bd06c5f06ea) ### How often...

### What is the problem this feature will solve? Currently, bash-ls provides completions only for variables that have been defined in the scope. However I wish for the server to...

enhancement

### Code editor Visual Studio Code ### Platform Linux ### Version v1.41.0 ### What steps will reproduce the bug? I write a [bitwise left shift operator](https://www.gnu.org/software/bash/manual/html_node/Shell-Arithmetic.html) (`

### Code editor VSCode v1.89.1 ### Platform Win10 ### Version [email protected] ### What steps will reproduce the bug? ```bash my_function() { local _my_var="test" _my_var=42 } $ ``` ### How often...

### Code editor _No response_ ### Platform ubuntu ### Version 5.1.2 ### What steps will reproduce the bug? **Steps to Reproduce:** 1)Install bash-language-server using npm. 2)Run the binary of bash-language-server...

good first issue

### Code editor Any ### Platform Any ### Version 5.1.2 ### What steps will reproduce the bug? `bash-language-server` makes `shellcheck`'s [directive for shell](https://github.com/koalaman/shellcheck/wiki/Directive#shell) not working because of this: https://github.com/bash-lsp/bash-language-server/blob/39abef9fab6172676c5b8d53b7de30aaa2f3c576/server/src/shellcheck/index.ts#L122-L128 For...

This is an attempt to fix #1064. I am really not familiar with the inner working of LSPs, but the fix appears to be simple enough, if I am not...

### Code editor Sublime Text 4169 ### Platform Windows 10 1903 ### Version "bash-language-server": "^5.1.2" ### What steps will reproduce the bug? Start LSP-bash and hover bash script, bash-language-server\src\util\sh.ts will...

bug