Skip to content

Commit 01dd923

Browse files
authored
Merge pull request #572 from bash-lsp/3.3.0
Release server 3.3.0
2 parents 3736fe8 + eb9dde7 commit 01dd923

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Bash Language Server
22

3+
## 3.3.0
4+
5+
- Performant globbing and background analysis that should fix the server crashing for large workspaces. We currently limit the files parsed to 500, but can be configured using the `BACKGROUND_ANALYSIS_MAX_FILES` environment variable https://github.com/bash-lsp/bash-language-server/pull/569
6+
- Enable ShellCheck integration to be disabled from the configuration. The default configuration used should be "shellcheck". https://github.com/bash-lsp/bash-language-server/pull/571
7+
- Support more bash shebangs when doing background analysis https://github.com/bash-lsp/bash-language-server/pull/568
8+
39
## 3.2.3
410

511
- Fix auto detection for path of shellcheck.exe on Windows https://github.com/bash-lsp/bash-language-server/pull/563

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A language server for Bash",
44
"author": "Mads Hartmann",
55
"license": "MIT",
6-
"version": "3.2.3",
6+
"version": "3.3.0",
77
"publisher": "mads-hartmann",
88
"main": "./out/server.js",
99
"typings": "./out/server.d.ts",

0 commit comments

Comments
 (0)