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 support for gitpod.io for this repo #780

Merged
merged 8 commits into from
May 8, 2021
Merged

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented May 8, 2021

Adds a gitpod configuration file and some updates to the shared dockerfile so that we have a good experience out of the box.

@baronfel baronfel merged commit 64d7451 into ionide:master May 8, 2021
@baronfel baronfel deleted the gitpod branch May 8, 2021 20:39
Comment on lines +1 to +2
image:
file: .devcontainer/Dockerfile
Copy link
Contributor

Choose a reason for hiding this comment

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

This can also be image: gitpod/workspace-dotnet; they build that workspace by running the dotnet-install script for the latest SDK so it's always up to date.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's a good idea! however it would mean that we wouldn't be in-sync all the time with the global.json in this repo (which we also keep up to date with the github actions sdk version), so I'm inclined to keep it pinned like I have it now.

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

Successfully merging this pull request may close these issues.

2 participants