================
@@ -160,9 +160,14 @@
                 "default": "${workspaceRoot}"
               },
               "env": {
-                "type": "array",
-                "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.",
-                "default": []
+                "type": "object",
+                "description": "Additional environment variables to set when 
launching the program. eg { \"FOO\": \"1\" }",
----------------
vogelsgesang wrote:

```suggestion
                "description": "Additional environment variables to set when 
launching the program. E.g. `{ \"FOO\": \"1\" }`",
```

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