Steve Felsher
Steve Felsher
I was running into a similar issue with certificates and my GitLab CI and I had to update the certificates. I added the following lines to the `before_script` section of...
I was encountering the same issue. `` The `Playwright Test for VSCode` extension is invoking a shell that does not have `node` in its path. I believe the extension would...
> So if you VS Code ran from the environment that could discover Node (i.e. node was in PATH), things should work. Could you check if that is the case?...
I am also having an issue with DevPod changing ownership of files/directories. I am also using the `docker` provider, and I am using rootless `podman` instead of Docker. I launch...
So, I set `containerUser` and `remoteUser` both to `root` since I do not have a non-root user in my image. The same issue occurs; the file ownership is mangled on...
The repository I have is private, but I can definitely share some files. I've attached my Dockerfile that will build an image to support development using the Zephyr framework ....