-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add esbuild to bundle and package the extension #467
base: master
Are you sure you want to change the base?
Conversation
tested the follow areas: 1) vsce package (installed and confirmed it can display coverage) 2) npm run test 3) npm run build
@mattseddon I came across some interesting issues with the They have this snippet, where it looks like this should be the main entry for the compiled extentions?
https://code.visualstudio.com/api/references/extension-manifest
Should I be able to add something to the mocha |
If you're moving the Note: Only looked at this very quickly will take a proper look later today. |
I think my previous comment stands, if you are going to move |
Work
#212
Nothing too crazy here, mainly just following along with the migration guide / vscode extension development documentation.
https://code.visualstudio.com/api/working-with-extensions/bundling-extension#migrate-an-existing-extension
Tested the following areas