Author: Walter Erquinigo
Date: 2020-03-20T19:25:12-07:00
New Revision: e292cdfb33829952fb5a837d4e9c528281a3fffd

URL: 
https://github.com/llvm/llvm-project/commit/e292cdfb33829952fb5a837d4e9c528281a3fffd
DIFF: 
https://github.com/llvm/llvm-project/commit/e292cdfb33829952fb5a837d4e9c528281a3fffd.diff

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

This reverts commit a8c22ba4162976894b34b75fd12aced379e0569b.

Added: 
    

Modified: 
    lldb/tools/lldb-vscode/package.json

Removed: 
    


################################################################################
diff  --git a/lldb/tools/lldb-vscode/package.json 
b/lldb/tools/lldb-vscode/package.json
index 0799acfa116e..dc27ab54900b 100644
--- a/lldb/tools/lldb-vscode/package.json
+++ b/lldb/tools/lldb-vscode/package.json
@@ -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.",


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to