Skip to content

Commit 0585eed

Browse files
authored
[lldb-dap] Support publishing to the VSCode market place (#92320)
Update the publisher and add a publish script that we can use from Github actions.
1 parent aa889d7 commit 0585eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lldb-dap",
33
"displayName": "LLDB DAP",
44
"version": "0.2.0",
5-
"publisher": "llvm",
5+
"publisher": "llvm-vs-code-extensions",
66
"homepage": "https://lldb.llvm.org",
77
"description": "LLDB debugging from VSCode",
88
"license": "Apache 2.0 License with LLVM exceptions",
@@ -42,6 +42,7 @@
4242
"watch": "tsc -watch -p ./",
4343
"format": "npx prettier './src-ts/' --write",
4444
"package": "vsce package --out ./out/lldb-dap.vsix",
45+
"publish": "vsce publish",
4546
"vscode-uninstall": "code --uninstall-extension llvm.lldb-dap",
4647
"vscode-install": "code --install-extension ./out/lldb-dap.vsix"
4748
},

0 commit comments

Comments
 (0)