[lldb-vscode] remove deprecated trace option
authorWalter Erquinigo <waltermelon@fb.com>
Sat, 8 Feb 2020 00:25:09 +0000 (16:25 -0800)
committerWalter Erquinigo <waltermelon@fb.com>
Sat, 8 Feb 2020 00:54:42 +0000 (16:54 -0800)
Summary: This option is not used anymore and has been replaced by the env var LLDBVSCODE_LOG.

Reviewers: clayborg

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74266

lldb/tools/lldb-vscode/package.json

index 847a219..1cec0e6 100644 (file)
                                                                "description": "Detach from the program.",
                                                                "default": false
                                                        },
-                                                       "trace": {
-                                                               "type": "boolean",
-                                                               "description": "Enable logging of the Debug Adapter Protocol.",
-                                                               "default": true
-                                                       },
                                                        "sourcePath": {
                                                                "type": "string",
                                                                "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths."
                                                                "description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. No process ID needs to be specified when using this flag.",
                                                                "default": true
                                                        },
-                                                       "trace": {
-                                                               "type": "boolean",
-                                                               "description": "Enable logging of the Debug Adapter Protocol.",
-                                                               "default": true
-                                                       },
                                                        "sourcePath": {
                                                                "type": "string",
                                                                "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths."