Project directories with spaces causes error

Issue #65 open
Michael Honan created an issue

I have some files inside a directory: C:\Users\Michael\Desktop\Directory Space Killing Project\

If I try to build it, this is the output:

c:\Users\Michael\Desktop\Directory : The term 'c:\Users\Michael\Desktop\Directory' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ c:\Users\Michael\Desktop\Directory Space Killing Project/.vscode/Comp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (c:\Users\Michael\Desktop\Directory:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

The terminal process terminated with exit code: 1

Comments (1)

  1. Log in to comment