File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
"typescript.tsdk" : " ./node_modules/typescript/lib" ,
9
9
"typescript.tsc.autoDetect" : " off" ,
10
10
"editor.codeActionsOnSave" : {
11
- "source.fixAll.eslint" : true
11
+ "source.fixAll.eslint" : " explicit "
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
# Bash Language Server
2
2
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
+
3
9
## 5.1.2
4
10
5
11
- 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 3
3
"description" : " A language server for Bash" ,
4
4
"author" : " Mads Hartmann" ,
5
5
"license" : " MIT" ,
6
- "version" : " 5.1.2 " ,
6
+ "version" : " 5.2.0 " ,
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