@@ -24,6 +24,11 @@ Converts a selection of html to a valid Dioxus component with all SVGs factored
Formats the current file as RSX.
+## Building this extension from source
+- make sure wasm-bindgen is installed to current version (cargo binstall wasm-bindgen-cli)
+- run `npm install`
+- run `npm run vsix`
+
# Working with Dioxus:
This overview provides a brief introduction to Dioxus. For a more in-depth guide, make sure to check out:
@@ -2,7 +2,7 @@
"name": "dioxus",
"displayName": "Dioxus",
"description": "Useful tools for working with Dioxus",
- "version": "0.6.0-alpha.3",
+ "version": "0.6.0",
"publisher": "DioxusLabs",
"private": true,
"license": "MIT",