Skip to content

Conversation

@tanhakabir
Copy link

@tanhakabir tanhakabir commented Sep 13, 2021

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

@isidorn
Copy link

isidorn commented Nov 25, 2021

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!

@jrbgit
Copy link

jrbgit commented Jan 6, 2022

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....

@zm-cttae
Copy link

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

@zm-cttae
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants