Skip to content
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

Add VSCode dev container configuration. #13827

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

mitchdenny
Copy link
Contributor

This PR adds a .devcontainer folder containing the configuration files for VSCode remote development. I'm proposing we do this for all of our repositories to streamline the process of working on them. I happened to be working from a Linux machine today and found that I didn't have the .NET SDK installed. Rather than installing it on the host I thought I might use a dev container for it.

For the Engineering Systems team I think that this might help us be able to quickly swap between repositories where different toolchains and configurations need to be setup. It would also help casual contributors to our code-bases make sure that they have everything setup correctly.

@mitchdenny mitchdenny self-assigned this Jul 30, 2020
@mitchdenny mitchdenny added the EngSys This issue is impacting the engineering system. label Jul 30, 2020
Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with us starting to try these out. Can you please add a section to the Contributing.md file that gives folks some basic instructions on how to use this.

@mitchdenny mitchdenny merged commit c645451 into Azure:master Jul 31, 2020
@mitchdenny mitchdenny deleted the add-dev-container branch July 31, 2020 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants