You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
We need a way to be able to simply install a VS Code extension.
First step:
User should be able to pick a plugin from VS Code Marketplace Site and install it in Che Theia
User should be able to drag and drop 'Install' button from VS Code marketplace to the Plugins view
Following improvements:
Display list of installed VS Code plugins in dedicated list
User should be able to pick a VS Code plugin using Plugins view and install it by clicking 'Install' button
For the first step is enough to open https://marketplace.visualstudio.com/, find a plugin, copy its id and install by running a special command in Theia.
To persist installed plugins we need to download vscode plugins in dedicated directory and add this directory to volumes
We need a way to be able to simply install a VS Code extension.
First step:
Following improvements:
For the first step is enough to open https://marketplace.visualstudio.com/, find a plugin, copy its id and install by running a special command in Theia.
To persist installed plugins we need to download vscode plugins in dedicated directory and add this directory to volumes
The text was updated successfully, but these errors were encountered: