dioxus/packages/extension
dependabot[bot] 485bb6585e
Bump follow-redirects from 1.15.1 to 1.15.4 in /packages/extension
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:20:22 +00:00
..
.vscode Get wasm loading in extension 2023-07-08 18:53:43 -07:00
pkg Get wasm loading in extension 2023-07-08 18:53:43 -07:00
src fix extension types 2023-11-02 13:17:21 -05:00
static Get wasm bundling working 2023-07-08 14:24:01 -07:00
.eslintrc.js Get wasm bundling working 2023-07-08 14:24:01 -07:00
.gitignore Get wasm bundling working 2023-07-08 14:24:01 -07:00
Cargo.toml Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
DEV.md Get wasm bundling working 2023-07-08 14:24:01 -07:00
LICENSE.txt Get wasm bundling working 2023-07-08 14:24:01 -07:00
package-lock.json Bump follow-redirects from 1.15.1 to 1.15.4 in /packages/extension 2024-01-08 23:20:22 +00:00
package.json Bump version and make clippy happy 2023-07-08 19:44:33 -07:00
README.md Get wasm bundling working 2023-07-08 14:24:01 -07:00
tsconfig.json Get wasm loading in extension 2023-07-08 18:53:43 -07:00
webpack.config.js Add a little bit of docs and change activation event 2023-07-08 19:27:25 -07:00

Dioxus VSCode Extension

Dioxus Logo

This extension wraps functionality in Dioxus CLI to be used in your editor! Make sure the dioxus-cli is installed before using this extension.

Current commands:

Convert HTML to RSX

Converts a selection of html to valid rsx.

Convert HTML to Dioxus Component

Converts a selection of html to a valid Dioxus component with all SVGs factored out into their own module.