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

VSCode Extension: Bundling and output directory cleanup #16

Open
Philipp15b opened this issue May 15, 2024 · 0 comments
Open

VSCode Extension: Bundling and output directory cleanup #16

Philipp15b opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@Philipp15b
Copy link
Collaborator

This extension consists of 245 files, out of which 186 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore

Also, the out directory seems not to be cleaned when the extension is built, possibly resulting in (very) old files being included in the extension package.

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

No branches or pull requests

2 participants