umple/Umple-for-Vscode

Build will fail if ump file path contains a space

Closed this issue · 1 comments

Using VS Code 1.35.1 on Mac OSX, my .ump file was saved in a folder that contained a space. As this was a local copy of my google drive content, the latter part of the path was, "~/Google Drive/Uni/Thesis/code"
The error message was:
File 'Google' referred to in use statement was not found

Moving the file so that there were no spaces in the path fixed the problem resulting in code generation and build working fine.

Thanks for reporting the issue. I'll look into it soon