Hi! This looks like a bug in the VSCode plugin; elm-make and elm-format can both handle paths with spaces, so I suspect the VSCode plugin is not properly quoting the arguments.
Does anyone familiar with the plugin have time to take a look at it? On Nov 17, 2017 7:19 AM, "Thiago Temple" <[email protected]> wrote: > I have an existing application and I'm trying to add Elm to it. The > problem is that the existing application already has a folder structure and > one of the folders has a space in it. > > So when saving a file using vscode I see the following error: > > > <https://lh3.googleusercontent.com/-PQsMrtm_qnY/WgnI_sFFmPI/AAAAAAAAZkk/cauz6s-2Fs8K0gr8v7PizIuHuCjvGilKwCLcBGAs/s1600/2017-11-13_11-30-26.png> > > And that's because the web folder is actually called "Web Server". I can't > change the folder's name because it will break a bunch of old stuff. > > Is there a way to configure elm-make/elm-format to work with that? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
