Enable your extension to run on VS Code for the web#400
Enable your extension to run on VS Code for the web#400tanhakabir wants to merge 2 commits intoHookyQR:masterfrom
Conversation
|
Hi, Isidor here, a PM from VS Code 👋 |
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.... |
|
I have done so via the Slack initiative @vsce-toolroom :) |
|
@tanhakabir thank you - your commit was cherry picked into https://marketplace.visualstudio.com/items?itemName=vsce-toolroom.vscode-beautify |
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:
package.jsonbrowserentry point to yourpackage.jsonto link to the web-friendly compiled extensionfswith the VS Code FileSystemProvider