소스 검색

Release new version of vscode plugin

Now that v0.1.8 is released, update the vscode plugin. This makes it
possible for the plugin to download the latest version of solang,
and also download the arm mac binary.

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 년 전
부모
커밋
59afbf032a
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      docs/extension.rst
  2. 2 2
      vscode/package.json

+ 2 - 2
docs/extension.rst

@@ -56,8 +56,8 @@ Once you have node and npm installed, you can build the extension like so:
     npm install -g vsce
     vsce package
 
-You should now have an extension file called solang-0.0.1.vsix which can be
-installed using `code --install-extension solang-0.0.1.vsix`.
+You should now have an extension file called solang-0.2.0.vsix which can be
+installed using `code --install-extension solang-0.2.0.vsix`.
 
 Alternatively, the extension be run from vscode itself.
 

+ 2 - 2
vscode/package.json

@@ -4,7 +4,7 @@
 	"description": "Use the solang compiler for syntax highlighting, compiler warnings and errors, and hovers",
 	"publisher": "solang",
 	"author": "Shivam Balikondwar <shivambalikondwar@icloud.com>",
-	"version": "0.1.0",
+	"version": "0.2.0",
 	"repository": "github.com/hyperledger-labs/solang",
 	"engines": {
 		"vscode": "^1.43.0"
@@ -101,4 +101,4 @@
 		"typescript": "^3.8.3",
 		"vscode-test": "^1.3.0"
 	}
-}
+}