Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

Refactor Cloud Workspace support to support Codespaces and VS Remote for Containers

Open sr229 opened this issue 3 years ago • 1 comments

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 .vscode nowadays.
  • Introduced a Codespace-specific Dockerfile that mirrors the Gitpod version but remains functionally similar.

sr229 avatar Dec 31 '21 03:12 sr229