Complete
over 3 years ago

CIQQA-780

This is fixed in the 4.0.7 SDK and VS Code 1.0.1 extension release. 

Support spaces in paths (inside VSCode)

After switching from eclipse to VSCode I found that I can't use the SIM from within the IDE anymore. After some time I found out that spaces inside my projects path are the reason for this.

Here's the issue and error I get with spaces inside my projects path: https://forums.garmin.com/developer/connect-iq/f/discussion/278947/cant-start-app-from-vscode-spaces-in-path

This is really an annoying issue for me because it forces me to change structures in my own folder structure that I do use outside of garmin iq development...

Side note:

Building and exporting works, the only issue is the installing of the prg file inside the SIM from within VSCode. I assume this is a very small issue as it should be solved by simply wrapping paths inside quotation marks when calling the script that installs the prg inside the SIM...