fresh install of VSCode, no problems installing Particle extensions, local compile toolchain. In time honoured fashion, I'm trying a Hello World program. Created a new Particle project, which compiles via the cloud, but not locally.
The HelloWorld program IS in a Git repository, and I understand the fatal errors relating to git can be ignored: but for some reason the local compiler isn't finding HelloWorld.ino. Any suggestions?
Supporting information
- VSCode Version: Version 1.28.2 (1.28.2)
- OS Version: Mac OS Mojave, Version 10.14
- Other extensions installed: other than Particle, only PrintCode
Steps to Reproduce:
- Particle Create New Project
2.Particle Compile application [local]
Launch with
code --disable-extensions
to check.
Does this issue occur when all extensions are disabled?: YES