[Lldb-commits] [PATCH] D74636: [DO NOT REVIEW] Add inheritEnvironment option
Héctor Luis Díaz Aceves via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 14 12:12:12 PST 2020
diazhector98 created this revision.
diazhector98 added a reviewer: wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74636
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
@@ -84,6 +84,11 @@
"description": "Additional environment variables.",
"default": []
},
+ "inheritEnvironment": {
+ "type": "boolean",
+ "description": "Inherit the VSCode Environment Variables",
+ "default": false
+ },
"stopOnEntry": {
"type": "boolean",
"description": "Automatically stop after launch.",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74636.244732.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200214/d280253e/attachment.bin>
More information about the lldb-commits
mailing list