Jonathan Backhaus
Jonathan Backhaus
I have a similar issue with a twist: our firewall blocks slack.com but allows _workspace_.slack.com. So I think I need to change the base URL used for the API request....
I want to revitalize this thread, as I think I'm seeing the same behavior. I've got a non-root user (`vscode`) and I'm already persisting the user profile as a volume:...
Okay. I managed to fix this in our custom development container build. Here's the excerpt from the `Dockerfile`: ```dockerfile ## configure build ARG USERNAME=vscode ARG USERHOME_PATH="/home/${USERNAME}" ## configure environment USER...
> Do you think it would be possible to do that without a Dockerfile? Off the top of my head, it might be possible with an `entrypoint` that sets the...
I put together a quick example showing how to specify the volume and permissions in the `Dockerfile`: https://github.com/jonbackhaus/docker-vscode-devcontainer-example
> ### Important > I recently realized that mounting a volume tp `~/.vscode-server` is **definitely not desirable! You should mount to `~/.vscode-server/extentsions` while adjusting the permissions for `~/.vscode-server`!** > >...
Is there additional work required to get this merged? I believe all the comments have been addressed and all tests were passing as of the last time I ran them....
> @microsoft-github-policy-service agree
All fair questions. I'll also admit that I did these a bit out of order; I'm going to have another couple PRs coming here shortly. I currently use the Python...