We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cf708 commit c7cfdb9Copy full SHA for c7cfdb9
.gitignore
@@ -1,5 +1,5 @@
1
node_modules/*
2
*/node_modules/*
3
-vscode.app.zip
+vscode.tapp.zip
4
myDav/out/main.js
5
myDav/out/main.js.map
package.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-zip vscode.app.zip $( find -not -path "./http.js" -not -path "./package.sh" -not -path "vscode.app.zip" -not -path "./node_modules/*" -not -path "./myDav/node_modules/*" -not -path "./.git/*" && find "./node_modules/vscode-web" )
+zip vscode.tapp.zip $( find -not -path "./http.js" -not -path "./package.sh" -not -path "vscode.tapp.zip" -not -path "./node_modules/*" -not -path "./myDav/node_modules/*" -not -path "./.git/*" && find "./node_modules/vscode-web" )
0 commit comments