-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 default gitpod.yml file #5337
Comments
Good idea |
Can share what you put into your .gitpod.yml files? They are meant to define what is needed for a specific project, so all developers on that project can enjoy the same working setup. |
https://github.com/mike-seagull/cloud_murmation/blob/master/.gitpod.yml |
One user experience issue I ran into was that if I use the github
repository "gitpod" shortcut button on a repo that doesn't have a
gitpod.yml at all then it can lead to quite some confusion. Especially for
a beginner.
Ideally there would be some way to select a default gitpod.yml to add or
some sort of mechanism that automatically notifies the user about a missing
gitpod.yml or begins the "gp init" command automatically.
Thank You,
Juliox
…On Tue, Aug 24, 2021, 3:42 AM Mike Hollister ***@***.***> wrote:
https://github.com/mike-seagull/cloud_murmation/blob/master/.gitpod.yml
https://github.com/mike-seagull/gitpod-base/blob/master/.gitpod.yml
Here are examples where I used the same config file in each project.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5337 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZTMNHYJ4XD4A7U3S2KM3T6NEP3ANCNFSM5CVFEPMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Looks like you'd like to use your own default image? As soon as you start collaborating with others this would break the project setup unfortunately. E.g. others might miss a tool or use a different version. This configuration drift issues is one key problem Gitpod is solving. |
Yes, we are building a |
A useful feature for me would be the ability to add a default gitpod.yml file for my profile. Alot of the time I end up using the same config file for many of my projects and it would be useful to keep from needing to copy a file between projects. And it becomes a hassle when I need to update this file everywhere if I want to change something.
The text was updated successfully, but these errors were encountered: