diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a0981..4249b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log ## 0.0.12 -- new: make available as web extension (vscode.dev). +- new: vscode.dev support (vscode web extension) #12 - Note: compiling vyper is not yet supported! ## 0.0.11 diff --git a/README.md b/README.md index 4e97f21..bb77003 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Ethereum Vyper language support for Visual Studio Code [Marketplace](https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-vyper): `ext install tintinweb.vscode-vyper` +Also available on [vscode.dev](vscode.dev)! (compilation not yet supported) + ## Features @@ -90,11 +92,5 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod see [CHANGELOG](./CHANGELOG.md) -### v0.0.10 -- fix: an issue where the compilation would fail on windows systems #4 -- update: disabled mythx.io trial code -- update: disabled signature helper (not yet implemented) -- update: quick code cleanup -- fix: allow workspace relative `vyper.command` #3 ----------------------------------------------------------------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 609648f..680a87f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-vyper", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-vyper", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "dependencies": { "async": "^2.6.3", diff --git a/package.json b/package.json index e21bda2..fa4454a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vyper", "description": "Ethereum Vyper language support for Visual Studio Code", "license": "MIT", - "version": "0.0.11", + "version": "0.0.12", "keywords": [ "vyper", "ethereum",