[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 15:54:16 PDT 2024
================
@@ -175,9 +175,10 @@
"type": "array",
"description": "Additional environment variables to set when launching the program. E.g. `[\"FOO=1\", \"BAR\"]`",
"items": {
- "type": "string"
+ "type": "string",
----------------
Da-Viper wrote:
It does use anyOf on line 163. the pattern regex is only for array for it to show a warning when it does not match any of the pattern "NO_VALUE", "WITH_VALUE=BAR", "EMPTY_VALUE=", "SPACE=Hello World"
https://github.com/llvm/llvm-project/pull/106919
More information about the lldb-commits
mailing list