accordproject / vscode-extension

VS Code extension for editing Accord Project artifacts
Apache License 2.0
15 stars 17 forks source link

Migrate to a Web Extension #101

Open dselman opened 3 years ago

dselman commented 3 years ago

Feature Request 🛍️

VSCode now supports Web Extensions, which can run natively in the browser, on https://vscode.dev.

Use Case

Allow people to use the VSCode extension inside the browser, without installing any software.

Possible Solution

Context

https://github.com/accordproject/cicero-vscode-extension/issues/50

Detailed Description

Hrushi20 commented 2 years ago

Hey!

I would like to implement this feature. Gone through the vs code documentation. Also can I add webpack and implement this feature.

Thank You