loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.43k stars 307 forks source link

fix: quoted some more paths to handle spaces #1028

Open landoncolburn opened 2 months ago

landoncolburn commented 2 months ago

I had some more time to look through the codebase and see if I can find any more paths that need to be quoted for support on Windows. I found another dozen or so (at least from what I can tell). Further to #1001

pascalbreuninger commented 2 months ago

Let's quote all the paths old-man-yells-at-microsoft(6)

Jk, thanks @landoncolburn. Let's run the test suite and see if it broke something