By default, Cloud IDE ships with built-in plugins that are managed by Acquia. Therefore, you cannot install or remove them.
On the contrary, you can install extensions from the Open VSX registry, which is a vendor neutral, open source marketplace for VS Code extensions.
Note
Acquia does not endorse or support third-party extensions from the Open VSX registry.
Installing an Open VSX extension from the user interface
- In the menu bar, click on View > Extensions.
- In the Extensions panel, in the Search box, type the name of the extension that you want to install.
Click Install.
- (Optional) To uninstall the extension, click Uninstall.
Installing an Open VSX extension from a .vsix file
Download the
.vsix
file of an extension from the Open VSX registry.- Place the file in your IDE.
- In the menu bar, click on View > Extensions.
- In the Extensions panel, click the ellipsis (…) icon.
- Click Install from VSIX.
- In the IDE filesystem pop-up window, browse and select the
.vsix
file that you downloaded. Click Install.
- (Optional) To uninstall the extension, click Uninstall.