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.
1 parent aa889d7 commit 0585eedCopy full SHA for 0585eed
lldb/tools/lldb-dap/package.json
@@ -2,7 +2,7 @@
2
"name": "lldb-dap",
3
"displayName": "LLDB DAP",
4
"version": "0.2.0",
5
- "publisher": "llvm",
+ "publisher": "llvm-vs-code-extensions",
6
"homepage": "https://lldb.llvm.org",
7
"description": "LLDB debugging from VSCode",
8
"license": "Apache 2.0 License with LLVM exceptions",
@@ -42,6 +42,7 @@
42
"watch": "tsc -watch -p ./",
43
"format": "npx prettier './src-ts/' --write",
44
"package": "vsce package --out ./out/lldb-dap.vsix",
45
+ "publish": "vsce publish",
46
"vscode-uninstall": "code --uninstall-extension llvm.lldb-dap",
47
"vscode-install": "code --install-extension ./out/lldb-dap.vsix"
48
},
0 commit comments