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
In a Theia application that has VS Code extensions providing tasks (e.g. for npm, grunt, etc.), they are correctly shown when executing Run Task.... However, when I select a provided task folder (e.g. npm), I cannot click on the cogwheel to configure them in my tasks.json.
Steps to Reproduce:
Open Blueprint (or any other Theia application with VS Code extension that contribute provided tasks)
Open a workspace where a provided task is discoverable (e.g. a folder with an npm module, like a Theia application)
Select npm
Try to click on the cogwheel
configure-provided-tasks.mp4
What happens: nothing
What should happen: the provided task is copied over to tasks.json for further customization.
Additional Information
Operating System: Ubuntu Linux
Theia Version: 1.43.0
The text was updated successfully, but these errors were encountered:
The gear icon in the task quick pick should open the task configuration.
Fixeseclipse-theia#13086
Contributed on behalf of STMicroelectronics
Signed-off-by: Alexandra Buzila <[email protected]>
The gear icon in the task quick pick should open the task configuration.
Fixeseclipse-theia#13086
Contributed on behalf of STMicroelectronics
Signed-off-by: Alexandra Buzila <[email protected]>
The gear icon in the task quick pick should open the task configuration.
Fixeseclipse-theia#13086
Contributed on behalf of STMicroelectronics
Signed-off-by: Alexandra Buzila <[email protected]>
The gear icon in the task quick pick should open the task configuration.
Fixes#13086
Contributed on behalf of STMicroelectronics
Signed-off-by: Alexandra Buzila <[email protected]>
Bug Description:
In a Theia application that has VS Code extensions providing tasks (e.g. for npm, grunt, etc.), they are correctly shown when executing Run Task.... However, when I select a provided task folder (e.g. npm), I cannot click on the cogwheel to configure them in my
tasks.json
.Steps to Reproduce:
configure-provided-tasks.mp4
What happens: nothing
What should happen: the provided task is copied over to tasks.json for further customization.
Additional Information
The text was updated successfully, but these errors were encountered: