Visual Studio Code Remote Extensions

There are times when it is desirable to have remote extensions automatically installed when you connect to a developer enviroment. VS Code provides two solutions to this.

In the first solution, you can configure a set of recommended extensions for a environment in a source control repository. When opening that project in a developer environment, you will be prompted to install all the recommended extensions.

In the second solution, you can configure your local instance of VS Code to always install a set of specified default extensions in any remote environment.

PreviousHow can I use DevZero as a Github action runner?
NextEclipse Remote Environment Setup