File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Bash Language Server
2
2
3
+ ## 4.5.3
4
+
5
+ - Fix issue where some features would work as expected in case of a syntax issue https://github.com/bash-lsp/bash-language-server/pull/691
6
+
3
7
## 4.5.2
4
8
5
- - fixed ` onReferences ` to respect the ` context.includeDeclaration ` flag
6
- - removed unnecessary dependency ` urijs `
9
+ - Fixed ` onReferences ` to respect the ` context.includeDeclaration ` flag https://github.com/bash-lsp/bash-language-server/pull/688
10
+ - Removed unnecessary dependency ` urijs ` https://github.com/bash-lsp/bash-language-server/pull/688
7
11
8
12
## 4.5.1
9
13
Original file line number Diff line number Diff line change 3
3
"description" : " A language server for Bash" ,
4
4
"author" : " Mads Hartmann" ,
5
5
"license" : " MIT" ,
6
- "version" : " 4.5.2 " ,
6
+ "version" : " 4.5.3 " ,
7
7
"main" : " ./out/server.js" ,
8
8
"typings" : " ./out/server.d.ts" ,
9
9
"bin" : {
You can’t perform that action at this time.
0 commit comments