Revert "[lldb-vscode] Add missing launchCommands entry in the package.json"

This reverts commit a8c22ba416.
This commit is contained in:
Walter Erquinigo 2020-03-20 19:25:12 -07:00
parent c85bf7cfa8
commit e292cdfb33

View File

@ -140,11 +140,6 @@
"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.",