-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
chore: adds Gitpod Flex support #34916
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #34916 +/- ##
===========================================
+ Coverage 59.17% 59.20% +0.02%
===========================================
Files 2822 2820 -2
Lines 68127 67297 -830
Branches 15149 14987 -162
===========================================
- Hits 40316 39844 -472
+ Misses 24979 24648 -331
+ Partials 2832 2805 -27
Flags with carried forward coverage won't be shown. Click here to find out more. |
5eca41c
to
79db866
Compare
Proposed changes (including videos or screenshots)
As per CORE-923, this PR introduces support for running workspaces on Gitpod Flex, the new platform replacing Gitpod Classic, which is scheduled to be discontinued by April 2025.
Additionally, it includes a devcontainer configuration that addresses issues with loading NVM, Deno, and Meteor. These tools were previously problematic when using the .gitpod.yml configuration.
Issue(s)
Steps to test or reproduce
Further comments