Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot configure provided tasks #13086

Closed
Tracked by #13192
planger opened this issue Nov 21, 2023 · 1 comment · Fixed by #13367
Closed
Tracked by #13192

Cannot configure provided tasks #13086

planger opened this issue Nov 21, 2023 · 1 comment · Fixed by #13367
Assignees
Labels
bug bugs found in the application tasks issues related to the task system
Milestone

Comments

@planger
Copy link
Contributor

planger commented Nov 21, 2023

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:

  1. Open Blueprint (or any other Theia application with VS Code extension that contribute provided tasks)
  2. Open a workspace where a provided task is discoverable (e.g. a folder with an npm module, like a Theia application)
  3. Select npm
  4. 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
@planger planger added bug bugs found in the application tasks issues related to the task system labels Nov 21, 2023
@AlexandraBuzila
Copy link
Contributor

@JonasHelming I can investigate this.

AlexandraBuzila added a commit to eclipsesource/theia that referenced this issue Feb 7, 2024
The gear icon in the task quick pick should open the task configuration.

Fixes eclipse-theia#13086

Contributed on behalf of STMicroelectronics

Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
AlexandraBuzila added a commit to eclipsesource/theia that referenced this issue Feb 9, 2024
The gear icon in the task quick pick should open the task configuration.

Fixes eclipse-theia#13086

Contributed on behalf of STMicroelectronics

Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
AlexandraBuzila added a commit to eclipsesource/theia that referenced this issue Feb 13, 2024
The gear icon in the task quick pick should open the task configuration.

Fixes eclipse-theia#13086

Contributed on behalf of STMicroelectronics

Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
tsmaeder pushed a commit that referenced this issue Feb 13, 2024
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 <abuzila@eclipsesource.com>
@jfaltermeier jfaltermeier added this to the 1.47.0 milestone Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application tasks issues related to the task system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants