File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.0.7
4
+ - updated grammar
5
+ - fixed mythX issue due to API change
6
+ - fixed diagnostics handling: compiler warnings and mythx are now updated on a per file basis.
7
+ - fixed run compile / when file is opened the first time, not only on change.
8
+
3
9
## 0.0.5 - 0.0-6
4
10
- repackage broken archive
5
11
- fix diagProvider only showing one mythx scan result
Original file line number Diff line number Diff line change @@ -90,8 +90,10 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod
90
90
91
91
see [ CHANGELOG] ( ./CHANGELOG.md )
92
92
93
- ## 0.0.5 - 0.0-6
94
- - repackage broken archive
95
- - fix diagProvider only showing one mythx scan result
93
+ ## 0.0.7
94
+ - updated grammar
95
+ - fixed mythX issue due to API change
96
+ - fixed diagnostics handling: compiler warnings and mythx are now updated on a per file basis.
97
+ - fixed run compile / when file is opened the first time, not only on change.
96
98
97
99
-----------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-vyper" ,
3
3
"displayName" : " Vyper" ,
4
4
"description" : " Ethereum Vyper language support for Visual Studio Code" ,
5
- "version" : " 0.0.6 " ,
5
+ "version" : " 0.0.7 " ,
6
6
"keywords" : [
7
7
" vyper" ,
8
8
" ethereum" ,
122
122
]
123
123
},
124
124
"scripts" : {
125
- "fetchGrammar" : " rm -f syntaxes/vyper.tmLanguage.json && python3 ./scripts/fetch_vyper_language_spec.py > syntaxes/vyper.tmLanguage.js "
125
+ "fetchGrammar" : " rm -f syntaxes/vyper.tmLanguage.json && python3 ./scripts/fetch_vyper_language_spec.py > syntaxes/vyper.tmLanguage.json "
126
126
},
127
127
"dependencies" : {
128
128
"armlet" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments