Trying to use workbench and it seems it assumes that the particle toolchain is installed at C:\Users\My user.particle\toolchains.
My particular user has a space in it which causes problems for the tool. What I typically do is keep a hard linked directory C:\Users\nospaces and most of the time this works out great.
My question: How can I tell Workbench to look in a different location for the toolchain?
In playing around with the compiler shell this seems achievable – it looks like environment variables drive the whole thing. Under the hood it looks like Cygwin… Any idea how to tinker with it?