Align TaskScope with VS Code API #19338
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Is your task related to a problem? Please describe.
At the moment the following
TaskScope
enum is used onche-theia
side:The corresponding VS Code enum is:
Theia has the difference as well, but it's going to be changed on
theia
side soon.Describe the solution you'd like
I believe we should align the enum with VS Code API ASAP to avoid conflicts.
Describe alternatives you've considered
I don't see an alternative.
Additional context
AFAIK the following plugins are affected:
and eclipse-che-theia-plugin extension
The text was updated successfully, but these errors were encountered: