.gitpod.yml
configuration file so that it gets installed for anyone who works on the project. To do that:
.gitpod.yml
is updated automatically and lists the given extension. You can also directly edit this file to install or remove extensions manually.
Here is an example of what a .gitpod.yml
with installed extensions may look like:
.gitpod.yml
change and pushing it to your Git repository.
Extensions are installed in the /workspace/.vscode-remote/extensions/
directory.
Install (Do Not Sync)
instead of Install
when installing new extensions..gitpod.yml
configuration. All manually installed extensions are synced across workspaces by default.@builtin
to see the built-in extensions.
1f
), and this restriction applies to the Gitpod VS Code Browser integration. If you wish to use extensions from Microsoft’s VS Code Marketplace, you must use VS Code Desktop.
The following extensions are therefore not available in VS Code Browser:
.vsix
file to your Gitpod workspace.
Please note:
.vsix
in Gitpod does not list that extension anywhere public..vsix
referenced in the .gitpod.yml
must be publicly accessible..vsix
files downloaded from the Visual Studio Marketplace should not be installed in Gitpod.