Skip to content

Commit 959ab95

Browse files
authored
Reduce VSIX size (#972)
1 parent d9894c2 commit 959ab95

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.vscodeignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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)
1+
# Run 'vsce ls' to verify that the following lines exclude everything not needed in the VSIX.
42

5-
/*
6-
!/dist
7-
/dist/*.map
8-
!/images
9-
!/snippets
10-
!/syntaxes
3+
**
4+
!dist/*.js
5+
!dist/*.txt
6+
!snippets/
7+
!images/
8+
!syntaxes/
9+
!webview/
1110
!CHANGELOG.md
12-
!language-configuration-class.jsonc
13-
!language-configuration.json
1411
!LICENSE
12+
!README.md
1513
!package.json
16-
!README.md
14+
!package.nls.json
15+
!language-configuration.json
16+
!*.jsonc

images/installation.gif

-576 KB
Binary file not shown.

0 commit comments

Comments
 (0)