Allow to specify 'latest' version of plugins in workspaces definitions
See original GitHub issueDescription
Although it’s important to be able to specify a particular version of a plugin/editor to be included in a workspace or stack, in most cases we just need latest version.
This issue is to allow a definition of a workspace plugin without a specific version:
id: che-machine-exec-plugin
and with version latest
:
id: che-machine-exec-plugin:latest
This should work for devfiles, workspaces json and stacks.
Subtasks created:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Workspaces | Yarn - Package Manager
An in-depth guide to Yarn's workspaces, a feature that provides an easy way to store multiple packages inside the same project.
Read more >expected workspace package to exist · Issue #7807 · yarnpkg ...
Failed to install dependencies in workspace: expected workspace ... yarn to 1.19 and it still persists in latest stable version 1.21.1.
Read more >Manage your Windows WorkSpaces - AWS Documentation
Learn how to use Group Policy Objects (GPOs) to manage your Windows WorkSpaces.
Read more >Workspaces - npm Docs
Working with workspaces. ... Working with workspaces. Select CLI Version: ... You may automate the required steps to define a new workspace using...
Read more >Advanced package manager features for npm, Yarn, and pnpm
Workspace-related CLI commands; What all these innovations mean for the ... Then, you can also update npm itself to the most recent version....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ibuziuk yes that looks like a good plan. Another thing you need to take care of are the versions of the exec and theia that are automatically added by wsmaster (when a user do not specify them in a Devfile). You should probably use version ‘latest’ for both and it could be part of the first task.
Yes you are correct