We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507c874 commit 6afe29bCopy full SHA for 6afe29b
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Change Log
2
3
-## 0.0.12
+## 0.0.13 - 0.0.12
4
- new: vscode.dev support (vscode web extension) #12
5
- Note: compiling vyper is not yet supported!
6
+- update: updated snippets for vyper v0.3.x #11 - thanks @DataBeast-IT 🙌
7
8
## 0.0.11
9
- new: updated syntax to vyper v0.3.x #9 - thanks @DataBeast-IT 🙌
package.json
@@ -3,7 +3,7 @@
"displayName": "Vyper",
"description": "Ethereum Vyper language support for Visual Studio Code",
"license": "MIT",
- "version": "0.0.12",
+ "version": "0.0.13",
"keywords": [
"vyper",
"ethereum",
0 commit comments