Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
Refactor Cloud Workspace support to support Codespaces and VS Remote for Containers
Purpose
Currently, ROS only supports Gitpod workspaces. This brings the support level of what we have from Gitpod to GitHub Codespaces and VS Remote for Containers as well as making the configuration platform-agnostic, giving contributors the choice between Codespaces and Gitpod.
Proposed changes
Describe what you propose to change/add/fix with this pull request.
- Add workspace extension recommendations for local, GH Codespaces, and Gitpod workspaces.
- Launch, settings, and Tasks has been redone to be more vendor-neutral, as both Gitpod and Codespaces reads from
.vscodenowadays. - Introduced a Codespace-specific Dockerfile that mirrors the Gitpod version but remains functionally similar.