Skip to content

fix #695 Mark isfs root bad if unreachable, and package correctly with latest vsce #696

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

Merged
merged 5 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
**
!dist/
!snippets/
!images/
!syntaxes/
!README.md
# Run 'vsce ls' to verify that the following lines exclude everything not needed
# in the VSIX. It used to be possible to use a whitelisting technique here
# but [email protected] broke it (see https://github.com/microsoft/vscode-vsce/issues/576)

/*
!/dist
/dist/*.map
!/images
!/snippets
!/syntaxes
!CHANGELOG.md
!*.json
!*.jsonc
!language-configuration-class.jsonc
!language-configuration.json
!LICENSE
!package.json
!README.md
Loading