Skip to content

Commit

Permalink
[lldb-dap] Support publishing to the VSCode market place (llvm#92320)
Browse files Browse the repository at this point in the history
Update the publisher and add a publish script that we can use from
Github actions.
  • Loading branch information
JDevlieghere authored May 15, 2024
1 parent aa889d7 commit 0585eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lldb/tools/lldb-dap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lldb-dap",
"displayName": "LLDB DAP",
"version": "0.2.0",
"publisher": "llvm",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://lldb.llvm.org",
"description": "LLDB debugging from VSCode",
"license": "Apache 2.0 License with LLVM exceptions",
Expand Down Expand Up @@ -42,6 +42,7 @@
"watch": "tsc -watch -p ./",
"format": "npx prettier './src-ts/' --write",
"package": "vsce package --out ./out/lldb-dap.vsix",
"publish": "vsce publish",
"vscode-uninstall": "code --uninstall-extension llvm.lldb-dap",
"vscode-install": "code --install-extension ./out/lldb-dap.vsix"
},
Expand Down

0 comments on commit 0585eed

Please sign in to comment.