hey all
due to an unfortunate bug, it seems the clean up script added to better facilitate uninstalling Particle Workbench back in v1.3.0
is also being run on normal extension updates (details)
if you are upgrading from v1.3.x
you will notice that your ~/.particle/toolchains
directory is removed after the update - here’s what you need to do to get things back in working order:
- after updating Particle Workbench extensions, close and re-open VSCode
- open a Particle project folder
- if prompted to install dependencies, click “install” and wait for the process to complete
- run the
Particle: Reset Environment
command and wait for it to complete - run the
Particle: Audit Environment
command and confirm thelocalCompiler
section of the report shows"ok": true
for all items.
sincere apologies for the bumps - please chime in here if the above steps do not resolve the issue.