Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable your extension to run on VS Code for the web #400

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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