Closed AJIOB closed 8 months ago
Sorry. This was broken in #74. Should be fixed in v1.9.2.
Hi @MarcelRobitaille
Thanks for your fix. The variables applying is works for now.
After the upgrading to the 1.9.2 I still have the original problem & create an issue #85 for it.
Current problem
Error message from VSCode:
Bad command from
launch.json
:Good command from
launch.json
:The difference is in
command
. As I can see,command
may be an array of strings too. Why the variables are not resolved in this way?Environment:
Original problem
The main problem for migrating to the array is a spacing support. If the user have a spaces, as Windows likes, we have an error with the "good" variant:
That's why I need to manually define every argument for the command line building.