raspberrypi / pico-project-generator

Tool to automatically generate a Pico C SDK Project
BSD 3-Clause "New" or "Revised" License
297 stars 75 forks source link

SyntaxError: Expected ',' or ']' after array element in extensions.json JSON #81

Open paulober opened 1 year ago

paulober commented 1 year ago

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.

lurch commented 1 year ago

Fixed by #82 , so can be closed?

paulober commented 1 year ago

@lurch Yes. Github just waits for merging into master to do it automatically.