Skip to content

Commit

Permalink
fix: use custom build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash authored Jun 19, 2024
1 parent 7cd6479 commit 8b9cf22
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,11 +1052,16 @@
},
"ms-vscode.wasm-wasi-core": {
"repository": "https://github.com/microsoft/vscode-wasm.git",
"location": "wasm-wasi-core"
"location": "wasm-wasi-core",
"custom": [
"cd wasm-wasi-core && jq '.scripts[\"update:version\"] = \"\"' package.json > tmp.json && mv tmp.json package.json",
"cd wasm-wasi-core && vsce package -o extension.vsix"
]
},
"ms-vscode.webshell": {
"repository": "https://github.com/microsoft/vscode-wasm.git",
"location": "webshell"
"location": "webshell",
"custom": ["cd webshell && vsce package -o extension.vsix"]
},
"msjsdiag.debugger-for-edge": {
"repository": "https://github.com/Microsoft/vscode-edge-debug2"
Expand Down

0 comments on commit 8b9cf22

Please sign in to comment.