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.
2 parents 6525feb + 92c2ba7 commit 540f973Copy full SHA for 540f973
.gitignore
@@ -1,5 +1,5 @@
1
-build
2
-out
+!.build
+!.build/extensions.js
3
node_modules
4
.vscode-test/
5
*.vsix
build/extension.js
package.json
@@ -28,8 +28,8 @@
28
"categories": [
29
"Snippets"
30
],
31
- "main": "./out/extension.js",
32
- "browser": "./out/extension.js",
+ "main": "./build/extension.js",
+ "browser": "./build/extension.js",
33
"extensionKind": [
34
"ui",
35
"workspace"
0 commit comments