Skip to content

Commit fc23501

Browse files
committed
prepare 0.0.7
fix fetch-lang-spec in package.json
1 parent 34488fc commit fc23501

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 0.0.5 - 0.0-6
410
- repackage broken archive
511
- fix diagProvider only showing one mythx scan result

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod
9090

9191
see [CHANGELOG](./CHANGELOG.md)
9292

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.
9698

9799
-----------------------------------------------------------------------------------------------------------

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-vyper",
33
"displayName": "Vyper",
44
"description": "Ethereum Vyper language support for Visual Studio Code",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"keywords": [
77
"vyper",
88
"ethereum",
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
"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"
126126
},
127127
"dependencies": {
128128
"armlet": "^2.3.0",

0 commit comments

Comments
 (0)