Skip to content

Commit cfa4448

Browse files
committed
revert 48fd477 to reduce vsix size
Change is no longer needed because vsce got fixed.
1 parent 34fe749 commit cfa4448

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.vscodeignore

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
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
1+
**
2+
!dist/
3+
!snippets/
4+
!images/
5+
!syntaxes/
116
!CHANGELOG.md
12-
!language-configuration-class.jsonc
13-
!language-configuration.json
147
!LICENSE
15-
!package.json
16-
!README.md
8+
!README.md
9+
!*.json
10+
!*.jsonc

0 commit comments

Comments
 (0)