File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Bash Language Server
2
2
3
+ ## 1.14.0
4
+
5
+ * onHover and onCompletion documentation improvements (https://github.com/bash-lsp/bash-language-server/pull/230 )
6
+ * support 0/1 as values for ` HIGHLIGHT_PARSING_ERRORS ` (https://github.com/bash-lsp/bash-language-server/pull/231 )
7
+
3
8
## 1.13.1
4
9
5
10
* Gracefully handle glob failures (https://github.com/bash-lsp/bash-language-server/pull/224 , https://github.com/bash-lsp/bash-language-server/pull/226 )
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" : " 1.13.1 " ,
6
+ "version" : " 1.14.0 " ,
7
7
"publisher" : " mads-hartmann" ,
8
8
"main" : " ./out/server.js" ,
9
9
"typings" : " ./out/server.d.ts" ,
You can’t perform that action at this time.
0 commit comments