We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c498af commit 48fd477Copy full SHA for 48fd477
.vscodeignore
@@ -1,9 +1,16 @@
1
-**
2
-!dist/
3
-!snippets/
4
-!images/
5
-!syntaxes/
6
-!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
7
+/dist/*.map
8
+!/images
9
+!/snippets
10
+!/syntaxes
11
!CHANGELOG.md
-!*.json
-!*.jsonc
12
+!language-configuration-class.jsonc
13
+!language-configuration.json
14
+!LICENSE
15
+!package.json
16
+!README.md
0 commit comments