pico-project-generator
pico-project-generator copied to clipboard
SyntaxError: Expected ',' or ']' after array element in extensions.json JSON
The update_vscode_json_to_sdk1_5
branch contains some changes to the recommended extensions but a missing ,
causes JSON.parse
in nodejs to fail.
That causes VS Code to skip this file => no extension gets recommended.