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 b472ae7 + 4882874 commit 36777abCopy full SHA for 36777ab
lldb/tools/lldb-dap/package.json
@@ -45,7 +45,7 @@
45
"vscode:prepublish": "tsc -p ./",
46
"watch": "tsc -watch -p ./",
47
"format": "npx prettier './src-ts/' --write",
48
- "package": "vsce package --out ./out/lldb-dap.vsix",
+ "package": "rm -rf ./out/lldb-dap.vsix && vsce package --out ./out/lldb-dap.vsix",
49
"publish": "vsce publish",
50
"vscode-uninstall": "code --uninstall-extension llvm-vs-code-extensions.lldb-dap",
51
"vscode-install": "code --install-extension ./out/lldb-dap.vsix"
0 commit comments