Skip to content

Commit 48fd477

Browse files
committed
Overcome breaking change in [email protected]
1 parent 6c498af commit 48fd477

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
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)