This revision was automatically updated to reflect the committed changes. Closed by commit rG4181bfe6888f: Clarify the "env" launch configuration setting. (authored by clayborg).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104578/new/ https://reviews.llvm.org/D104578 Files: lldb/tools/lldb-vscode/package.json Index: lldb/tools/lldb-vscode/package.json =================================================================== --- lldb/tools/lldb-vscode/package.json +++ lldb/tools/lldb-vscode/package.json @@ -102,7 +102,7 @@ }, "env": { "type": "array", - "description": "Additional environment variables.", + "description": "Additional environment variables to set when launching the program. This is an array of strings that contains the variable name followed by an optional '=' character and the environment variable's value. Example: [\"FOO=BAR\", \"BAZ\"]", "default": [] }, "stopOnEntry": {
Index: lldb/tools/lldb-vscode/package.json =================================================================== --- lldb/tools/lldb-vscode/package.json +++ lldb/tools/lldb-vscode/package.json @@ -102,7 +102,7 @@ }, "env": { "type": "array", - "description": "Additional environment variables.", + "description": "Additional environment variables to set when launching the program. This is an array of strings that contains the variable name followed by an optional '=' character and the environment variable's value. Example: [\"FOO=BAR\", \"BAZ\"]", "default": [] }, "stopOnEntry": {
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits