github1s
github1s copied to clipboard
Use extensions from .devcontainer.json
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.
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.