Discussion:
[elm-discuss] Elm-make failing when path has spaces
Thiago Temple
2017-11-13 16:33:30 UTC
Permalink
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:

<Loading Image...>

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 elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Aaron VonderHaar
2017-11-17 15:33:08 UTC
Permalink
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?
Post by Thiago Temple
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.
<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
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 elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...