Skip to content

Commit f70ce69

Browse files
Merge pull request #696 from gjsjohnmurray/fix-695
fix #695 Mark isfs root bad if unreachable, and package correctly with latest vsce
2 parents 5ef09ac + 0a0c56e commit f70ce69

File tree

4 files changed

+5986
-111
lines changed

4 files changed

+5986
-111
lines changed

.vscodeignore

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
**
2-
!dist/
3-
!snippets/
4-
!images/
5-
!syntaxes/
6-
!README.md
1+
# Run 'vsce ls' to verify that the following lines exclude everything not needed
2+
# in the VSIX. It used to be possible to use a whitelisting technique here
3+
# but [email protected] broke it (see https://github.com/microsoft/vscode-vsce/issues/576)
4+
5+
/*
6+
!/dist
7+
/dist/*.map
8+
!/images
9+
!/snippets
10+
!/syntaxes
711
!CHANGELOG.md
8-
!*.json
9-
!*.jsonc
12+
!language-configuration-class.jsonc
13+
!language-configuration.json
14+
!LICENSE
15+
!package.json
16+
!README.md

0 commit comments

Comments
 (0)