Chuck Lantz

Results 220 comments of Chuck Lantz

There is an existing R, Jupyter datascience, and Anaconda definition in this repository. https://github.com/microsoft/vscode-dev-containers/tree/main/containers/r, https://github.com/microsoft/vscode-dev-containers/tree/main/containers/python-3-anaconda, and https://github.com/microsoft/vscode-dev-containers/tree/main/containers/jupyter-datascience-notebooks. Is there a reason we need to create a new one verses adapting...

Yeah, reading through more, this has quite a bit of opinion in it that makes it a bit more than a "definition" in this repository. For example, things like gitlens...

I merged in the updated comments in #1320 given the discussion here. > Note that the Rocker project has an image called rocker/binder ... I think you just need to...

So reviewing this - the changes look good... but one thing that is flummoxing me is it still seems like somehow rvm is getting sourced when I set `"RVM_ENABLED":"false"` Are...

Ah - found it. It looks like rvm is installing a file at `/etc/profile.d/rvm.sh` that we didn't expect. This is getting picked up when VS Code starts rather than when...

@KanishkT123 Yeah, that is a reasonable way to handle it I think. I don't think this originally happened but got added somewhere along the way by the rvm installer.

@PavelSosin-320 This is off topic for this issue. While Docker Compose is supported, there is not specific support for Docker Swarm today, so please raise your own issue at https://github.com/microsoft/vscode-remote-release...

Since there's numerous potential ecosystems to tap into, we've worked on something known as "Dev Container Features" that are intended to allow you to mix together multiple scripts and devcontainer.json...

@dzmitry-lahoda Yeah, unfortunately, I don't think we can assume that all users will be willing to use Nix and only Nix. As you rightly pointed out there's varying levels of...

> also features unsecure, and usnsafe. some featues seems change /tmp ACL/perms and fail nix later. so i do not trust features. @dzmitry-lahoda FWIW - You will experience this if...