devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
859 stars 226 forks source link

include C# Dev Kit in dotnet template #226

Closed carlin-q-scott closed 3 months ago

carlin-q-scott commented 6 months ago
"customizations": {
    "vscode": {
        "extensions": [
            "ms-dotnettools.csdevkit"
        ]
    }
}
eljog commented 6 months ago

The base image used by this template comes with the ms-dotnettools.csharp extension here. Could you please share more details on how this additional extension can be helpful to the users?

If the community finds it's beneficial, it'd be great if you would consider contributing a PR to add the extension to the base image itself. Thank you

bamurtaugh commented 5 months ago

Thanks for opening!

For further context, we did explore this last year: https://github.com/devcontainers/templates/issues/164.

bamurtaugh commented 3 months ago

I'm going to close this as not planned at the moment based on the exploration in https://github.com/devcontainers/templates/issues/164, but please let me know if you have any other questions/thoughts, and happy to discuss further!