[ISSUE] Build failures caused by space in install path on windows

Unfortunately, I have a space in my username since it’s my full name, and since Workbench seems to install all the toolchains under ~/.particle/…, I wind up with
Executing task: make -f ‘C:\Users\Yes Walrus.particle\toolchains\buildscripts\1.5.0\Makefile’ compile-all -s <

make[1]: C:/Users/Yes: Command not found
…/build/arm-tools.mk:61: *** "ARM gcc version 5.3.1 or later required, but found ". Stop.
make: *** [C:\Users\Walter Gray.particle\toolchains\buildscripts\1.5.0\Makefile:47: compile-all] Error 2
The terminal process terminated with exit code: 2

Is there a good way to change this, or should I just save myself future headaches and try and migrate to a different username that’s less carelessly chosen?

yes, unfortunately spaces in paths are not supported at this time. more detail over here: