VSCodeBeautify icon indicating copy to clipboard operation
VSCodeBeautify copied to clipboard

Enable your extension to run on VS Code for the web

Open tanhakabir opened this issue 4 years ago • 4 comments

Hello @HookyQR 👋

I'm part of the VS Code team and we recently launched VS Code for the web with github.dev! You can read the full guide for extension authors creating and migrating extensions here: Web Extensions

In hopes to help you migrate I helped make the changes necessary to make your extensions work on the web.

The changes I made:

  • Added webpack bundling to bundle your extension into 1 JavaScript file for the web
  • Added the compile scripts for webpack to your package.json
  • Added the necessary dependencies for bundling
  • Added the browser entry point to your package.json to link to the web-friendly compiled extension
  • Remove all extension uses of fs with the VS Code FileSystemProvider

tanhakabir avatar Sep 13 '21 14:09 tanhakabir

Hi, Isidor here, a PM from VS Code 👋 We would really like to have VSCodeBeautify available in VS Code for Web. @HookyQR is there something blocking this PR from being merged? Can we help somehow with the PR review process? Thanks a lot!

isidorn avatar Nov 25 '21 10:11 isidorn

Hi, Isidor here, a PM from VS Code 👋 We would really like to have VSCodeBeautify available in VS Code for Web. @HookyQR is there something blocking this PR from being merged? Can we help somehow with the PR review process? Thanks a lot!

I think it's time to step up and fork this. A new release needs to come out.... Just about to cross 8 Million Install Count --- I posted #407 on Dec 21, 2021 -- and think it's time to circle back to this....

jrbgit avatar Jan 06 '22 04:01 jrbgit

I have done so via the Slack initiative @vsce-toolroom :)

zm-cttae avatar May 28 '23 17:05 zm-cttae

@tanhakabir thank you - your commit was cherry picked into https://marketplace.visualstudio.com/items?itemName=vsce-toolroom.vscode-beautify

zm-cttae avatar May 30 '23 05:05 zm-cttae