diff --git a/lldb/tools/lldb-vscode/package.json b/lldb/tools/lldb-vscode/package.json --- a/lldb/tools/lldb-vscode/package.json +++ b/lldb/tools/lldb-vscode/package.json @@ -145,6 +145,11 @@ "description": "Commands executed just before the program is launched.", "default": [] }, + "launchCommands": { + "type": "array", + "description": "Commands that create a custom target instead of using lldb-vscode's default target creation.", + "default": [] + }, "stopCommands": { "type": "array", "description": "Commands executed each time the program stops.",