File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 "typescript.tsdk" : " ./node_modules/typescript/lib" ,
99 "typescript.tsc.autoDetect" : " off" ,
1010 "editor.codeActionsOnSave" : {
11- "source.fixAll.eslint" : true
11+ "source.fixAll.eslint" : " explicit "
1212 }
1313}
Original file line number Diff line number Diff line change 11# Bash Language Server
22
3+ ## 5.2.0
4+
5+ - Upgrade tree-sitter-bash from 0.20.7 to 0.22.5 https://github.com/bash-lsp/bash-language-server/pull/1148
6+ - Dependency upgrades
7+
8+
39## 5.1.2
410
511- Use shellcheck's shell directive for selecting the dialect https://github.com/bash-lsp/bash-language-server/pull/1081
Original file line number Diff line number Diff line change 33 "description" : " A language server for Bash" ,
44 "author" : " Mads Hartmann" ,
55 "license" : " MIT" ,
6- "version" : " 5.1.2 " ,
6+ "version" : " 5.2.0 " ,
77 "main" : " ./out/server.js" ,
88 "typings" : " ./out/server.d.ts" ,
99 "bin" : {
You can’t perform that action at this time.
0 commit comments