github1s icon indicating copy to clipboard operation
github1s copied to clipboard

Use extensions from .devcontainer.json

Open felipepenha opened this issue 4 years ago • 1 comments

Often, one will define VS Code extensions that are custom to a project via a .devcontainer.json file, as described in

https://code.visualstudio.com/docs/remote/devcontainerjson-reference

I noticed that github1s is not using the extensions defined in the "extensions" field of .devcontainer.json in my projects.

Example:

https://github1s.com/felipepenha/rust-greenhouse/blob/HEAD/.devcontainer.json

Please, notice that this is not a request for Docker integration, but a request for using the extensions required in that specific project.

felipepenha avatar Feb 15 '21 15:02 felipepenha

Hi, I think this is a different request from the PR #153 . The PR allows the development via docker.

I think the suggestion is: opening the felipepenha/rust-greenhouse repo with github1s that has a .devcontainer.json file, and load/add the VS Code extensions "extensions": ["rust-lang.rust", "matklad.rust-analyzer"], to the webpage.

jhamm avatar Feb 22 '21 13:02 jhamm