File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ All notable changes to the "bitloops-language" extension will be documented in t
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
- ### 0.3.0
7
+ ### 0.3.1
8
8
9
9
Added validation after the initialization of the workspace
10
10
11
+ ### 0.3.0
12
+
13
+ Added autocompletion for StandardVOs
14
+
11
15
### 0.2.0
12
16
13
17
Added validator for semantic and syntactic errors
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ No known issues.
33
33
34
34
## What's New
35
35
36
- ### 0.3.0
36
+ ### 0.3.1
37
37
38
- Added autocompletion for StandardVOs
38
+ Added validation after the initialization of the workspace
39
39
40
40
---
41
41
Original file line number Diff line number Diff line change 2
2
"name" : " bitloops-server-client" ,
3
3
"description" : " BitLoops Server Client" ,
4
4
"license" : " MIT" ,
5
- "version" : " 0.3.0 " ,
5
+ "version" : " 0.3.1 " ,
6
6
"publisher" : " Bitloops" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.63.0"
Original file line number Diff line number Diff line change 9
9
},
10
10
"icon" : " assets/images/bitloops-language-logo-256x256.png" ,
11
11
"license" : " MIT" ,
12
- "version" : " 0.3.0 " ,
12
+ "version" : " 0.3.1 " ,
13
13
"scripts" : {
14
14
"vs:package" : " vsce package" ,
15
15
"vs:publish" : " vsce publish" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitloops-lsp-server" ,
3
3
"description" : " BitLoops Language Server" ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"publisher" : " Bitloops" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments