File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.2.3 (Oct 19 2021)
4
+
5
+ - 2021-10-19 22:57:34 -0600 GitHub: Fix textdocumentdefinition for external labels (#284 )
6
+ - 2021-10-19 16:56:56 -0600 GitHub: Add mutex lock to protect fill in the mem stream (#283 )
7
+
3
8
## 1.2.2 (Oct 19 2021)
4
9
5
10
- Bzl 1.0.4 (cache digest function fix)
Original file line number Diff line number Diff line change 2
2
"name" : " bazel-stack-vscode" ,
3
3
"displayName" : " bazel-stack-vscode" ,
4
4
"description" : " Bazel Support for Visual Studio Code" ,
5
- "version" : " 1.2.2 " ,
5
+ "version" : " 1.2.3 " ,
6
6
"publisher" : " StackBuild" ,
7
7
"license" : " Apache-2.0" ,
8
8
"icon" : " stackb-full.png" ,
187
187
},
188
188
"bsv.bzl.server.release" : {
189
189
"type" : " string" ,
190
- "default" : " v1.0.4 " ,
190
+ "default" : " v1.0.5 " ,
191
191
"description" : " Bzl release version"
192
192
},
193
193
"bsv.bzl.server.command" : {
You can’t perform that action at this time.
0 commit comments