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

Recommend adding .vscodeignore #351

Closed
adamwatters opened this issue May 17, 2019 · 0 comments · Fixed by #352
Closed

Recommend adding .vscodeignore #351

adamwatters opened this issue May 17, 2019 · 0 comments · Fixed by #352
Labels
help wanted Issues identified as good community contribution opportunities

Comments

@adamwatters
Copy link
Contributor

Related to Recommend adding .vscodeignore

New extension developers might have extensions with lots of files even after bundling because they haven't added a .vscodeignore file (speaking from personal experience 🤣- my extension had 23409 separate files and took about a minute to install)

The message This extension consists of ${files.length} separate files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. could be updated to include something like You should also exclude unnecessary files by adding them to your .vscodeignore: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#.vscodeignore

@joaomoreno joaomoreno added the help wanted Issues identified as good community contribution opportunities label May 23, 2019
@joaomoreno joaomoreno added this to the Backlog milestone May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants