Skip to content

Commit

Permalink
Use object instead of string for env
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan authored and ko1 committed Dec 25, 2023
1 parent 8edf197 commit 8f38149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"description": "Specify pairs of remote root path and local root path like `/remote_dir:/local_dir`. `/remote_dir:$(workspaceFolder)` is useful. You can specify multiple pairs like `/rem1:/loc1,/rem2:/loc2` by concatenating with `,`."
},
"env": {
"type": "string",
"type": "object",
"description": "Additional environment variables to pass to the rdbg process",
"default": {}
}
Expand Down

0 comments on commit 8f38149

Please sign in to comment.