Martin Biard

Results 16 comments of Martin Biard

I have observed this as well. Furthermore, even if you manually install the pnpm executable to a different path and set `PNPM_HOME` accordingly, some commands like `pnpm env use --global...

@pascalbreuninger Actually, the v0.5.6 pre-release is crashing really early in the build, it doesn't make it to the dotfiles part. This is from an exact setup that works on v0.5.5....

@pascalbreuninger No, it's writeable.

@pascalbreuninger Still same issue, unfortunately. Version 0.5.7-10 Logs: ``` [00:32:28] debug Acquire workspace lock... [00:32:28] debug Acquired workspace lock... [00:32:28] info Creating devcontainer... [00:32:28] debug Attempting to create SSH client...

Thanks @pascalbreuninger Yes, those are the links I tried, but I have these issues: - The `devpod://` url scheme does not work at all, I can paste it in chrome...

@pascalbreuninger You're right, it's working. I took your urls and carefully recreated mine and both worked. I'm working on a private repo so I can't share exact links but those...

OpenSSH version: OpenSSH_for_Windows_8.9p1, LibreSSL 3.4.3 I think this issue went from being about dotfiles to being completely broken on Windows from v0.5.6 so I can't actually test the new dotfiles...

@shanman190 I actually had the latest v9.x before and downgraded it to v8.9, last of 8.x because all the v9.x have a note saying "This is a beta-release (non-production ready)"...

@shanman190 So yeah, still same issue: Versions: OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2 Docker Desktop for Windows v4.30.0 DevPod Version 0.5.7-alpha.2 Docker provider Logs: ``` [13:11:52] debug Acquire workspace lock... [13:11:52] debug Acquired...

@shanman190 Ok I did some more testing and found that, if I use a devcontainer image directly in the devcontainer.json it does work, but in my case I'm actually using...