Skip to content

Feature: Add support for customizations #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lornest opened this issue Apr 27, 2025 · 0 comments
Open

Feature: Add support for customizations #460

lornest opened this issue Apr 27, 2025 · 0 comments

Comments

@lornest
Copy link

lornest commented Apr 27, 2025

Our projects contain devcontainer.json specification with customizations for useful extensions and dev-experience type settings like:

"customizations": {
    "vscode": {
      "extensions": [
        "dbaeumer.vscode-eslint",
        "firsttris.vscode-jest-runner",
        "gamunu.vscode-yarn",
        "github.vscode-pull-request-github",
        "github.vscode-github-actions",
        "infeng.vscode-react-typescript",
        "pmneo.tsimporter",
        "redhat.vscode-yaml",
        "yoavbls.pretty-ts-errors",
        "yzhang.markdown-all-in-one"
      ],
      "settings": {
        "editor.formatOnSave": true,
        "terminal.integrated.defaultProfile.linux": "zsh"
      }
    }

When using envbuilder with Coder, these are not loaded into the Coder development environments.

It would be really useful to support the customizations.vscode devcontainer settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant