================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to