[Lldb-commits] [PATCH] D104578: Clarify the "env" launch configuration setting.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 21 16:11:37 PDT 2021
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": {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104578.353508.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210621/761eab13/attachment-0001.bin>
More information about the lldb-commits
mailing list