================ @@ -244,6 +244,20 @@ } } ], + "commands": [ + { + "command": "lldb-dap.modules.copyProperty", + "title": "Copy Value" + } + ], + "menus": { + "view/item/context": [ ---------------- ashgti wrote:
Can we also disable the `Copy Value` command from the command prompt? adding: ``` "commandPalette": [{"command": "lldb-dap.modules.copyProperty", "when": "false"}], ``` Should hide it, since its not useful without the context of a tree view item. https://github.com/llvm/llvm-project/pull/139934 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits