You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/tools/lldb-dap/package.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,14 @@
160
160
"default": "${workspaceRoot}"
161
161
},
162
162
"env": {
163
-
"type": "array",
164
-
"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.",
165
-
"default": []
163
+
"type": "object",
164
+
"description": "Additional environment variables to set when launching the program. E.g. `{ \"FOO\": \"1\" }`",
0 commit comments