Detect which plugins are manually installed by not listed in .gitpod.yml
#13092
Labels
aspect: user config drift
Gitpod UX ephemerality where users mutate their environment but forget to update their configuration
editor: jetbrains
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
Create a service to analyze which plugins were manually installed by the user and not listed in
.gitpod.yml
- this will be used in a follow-up issue to automatically install them.There are different ways to detect installed plugins:
/workspace/.config/(JetBrains|JetBrains-latest)/RemoteDev-<ID_CODE>/_workspace_<REPOSITORY_NAME>/plugins
, and compare this list of folders name against the plugins listed in.gitpod.yml
.The ideal solution (to be validated):
.gitpod.yml
and easily interact with the Gitpod config (e.s. Add plugin X, Remove plugin X).Examples:
The text was updated successfully, but these errors were encountered: