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
For #332
Parsing launch.json fails when there are extra commas in array elements.
Unfortunately this is invalid json, hence JSON.parse bombs out and we display messages to the user (misleading messages).
The text was updated successfully, but these errors were encountered:
I was able to verify that on the last release "Debug Test" (via test explorer) fails if I have a trailing comma; and that it works if I use the most recent insiders .vsix.
For #332
Parsing
launch.json
fails when there are extra commas in array elements.Unfortunately this is invalid json, hence
JSON.parse
bombs out and we display messages to the user (misleading messages).The text was updated successfully, but these errors were encountered: