Owen Taylor
Owen Taylor
This seems to be a workaround for missing support in the Flatpak (https://github.com/flathub/com.visualstudio.code/pull/373) - not sure why that hasn't been merged. I'd rather get that fixed then work around it.
Hmm, I don't see the ".config is a directory and cannot be opened" unless I'm missing the message - I just see an empty vscode window not connected to any...
> It seems to be a visual studio code bug where: > > code --remote attached-container+463334 /var/home/otaylor/tmp/.hidden-repo Basically the way this works is that when invoked this way, vscode is...
The tricky thing about packaging it as an RPM is that to make this work `code.sh` needs to be in the user's path, inside the toolbox. So it would need...
Hmm - the environment variable handling in podman-host.sh would be hard to replicate with podman-remote. Not sure if there are other problems that we'd hit in addition.
I don't think the error is related to the deprecation. Can you give reproduction instructions for the error - is this with https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions ? It's not obvious to me why/how...
For some background the capsh invocation is to avoid problems because the user's UID is actually effectively root in the container and gets root like capabilities - in particular cap_dac_override,...
Filed a vscode issue - https://github.com/microsoft/vscode/issues/136459 - will need a workaround here however.
Is this still happening? What does `echo $PATH` show?
This really hasn't been coordinated as much as would be good - I haven't had the bandwidth personally to review, provide feedback, etc and I think Colin has been pretty...