Skip to content

Commit e155adb

Browse files
committed
[lldb][lldb-dap] do not show copy context in the command palette
1 parent 5adba9b commit e155adb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@
251251
}
252252
],
253253
"menus": {
254+
"commandPalette": [
255+
{
256+
"command": "lldb-dap.modules.copyProperty",
257+
"when": "false"
258+
}
259+
],
254260
"view/item/context": [
255261
{
256262
"command": "lldb-dap.modules.copyProperty",

0 commit comments

Comments
 (0)