GitHub Codespaces
GitHub Codespaces is designed to provide cloud-based development environments to help develop applications. You need to register on GitHub to be able to use GitHub Codespaces, and then you can develop applications using VS Code.
To get started with GitHub Codespacee, we first need to install the Visual Studio Codespaces extension from the Extensions bar in VS Code, shown here:
Once this extension is installed, go to the settings for the Visual Studio Codespaces extension and change the Codespaces account provider to GitHub:
After selecting the account provider, select the Remote Explorer icon, , from the sidebar in VS Code, and then sign in to Codespaces. It will prompt you to enter your GitHub credentials and ask you to authorize VS Code to access your GitHub account...