hi @ctmorrison - sorry for the bumps! hopefully we can get you back on track here. let’s try this:
- open VSCode
- verify you are using the latest version (
v1.29.1
) via the “Code > About Visual Studio Code” menu selection (if you are not, update your copy and resume these steps upon completion) - flip to the extensions panel via the “View > Extensions” menu selection
- verify you are using the latest versions (
v1.0.0-alpha.5
) of the Workbench extensions (if you are not, check your email for the update link we sent yesterday or visit https://www.particle.io/workbench to get the latest and resume these steps once you’ve installed) - close any open folders via the “File > Close Folder” menu selection (shown in your screen grab above - it’ll be grayed out if you don’t have any folders open)
- run the
Particle: Create Project
command (cmd+shift+p then type “particle” and select from the list) and follow the prompts. upon completion, your new workspace should be loaded. - run the
Particle: Configure Workspace for Device
command and select the Device OS version and your hardware platform (e.g.deviceOS@0.7.0
andphoton
or if you are using our new Gen 3 hw,deviceOS@0.8.0-rc.25
andargon
, etc). depending on your selection, you may see additional dependencies start to download & install. - write or import some basic “hello world” code in the
src/<your project name>.ino
file - from the main menu bar select: “Terminal > Run Task…” and run one of the compilation or flash tasks
if you run into issues, please let me know the step where you hit the issue and if possible try running the Particle: Audit Environment
command and sharing the non-sensitive info here.
thanks again for trying the developer preview of workbench - your feedback is much appreciate!