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

Bundle extension #359

Open
anteprimorac opened this issue Mar 29, 2022 · 1 comment
Open

Bundle extension #359

anteprimorac opened this issue Mar 29, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request work-in-progress

Comments

@anteprimorac
Copy link
Owner

This extension consists of 462 files, out of which 297 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

@anteprimorac anteprimorac added enhancement New feature or request work-in-progress labels Mar 29, 2022
@anteprimorac anteprimorac self-assigned this Mar 29, 2022
@goyalyashpal
Copy link

You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore

$ curl -I https://aka.ms/vscode-vscodeignore
HTTP/1.1 301 Moved Permanently
Server: Kestrel
Location: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#.vscodeignore

new section name for .vscodeignore is now: using-.vscodeignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work-in-progress
Projects
None yet
Development

No branches or pull requests

2 participants