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).
For #332
Parsing
launch.jsonfails when there are extra commas in array elements.Unfortunately this is invalid json, hence
JSON.parsebombs out and we display messages to the user (misleading messages).