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

[tasks]How to config tasks to show detected task #5737

Closed
kpge opened this issue Jul 17, 2019 · 4 comments
Closed

[tasks]How to config tasks to show detected task #5737

kpge opened this issue Jul 17, 2019 · 4 comments
Labels
question user / developer questions tasks issues related to the task system

Comments

@kpge
Copy link
Contributor

kpge commented Jul 17, 2019

Description

@elaihau
I can not find detected tasks as the demo in #5024:
image
What can I do to show the detected tasks?

Reproduction Steps

OS and Theia version:
theia: 6021d79
ubuntu: 18.04
chrome: 75.0.3770.100
Diagnostics:

@vince-fugnitto vince-fugnitto added question user / developer questions tasks issues related to the task system labels Jul 17, 2019
@elaihau
Copy link
Contributor

elaihau commented Jul 24, 2019

Sorry for the delaaaaaay, I haven't spent much time working recently.

To have detected tasks such as npm xxx displayed in the task quick-open, you will need to install VS Code extensions as Theia plugins. Take npm install for example, since it is detected by the npm extension, installing npm extension in Theia is needed.

Unfortunately at the this moment we don't have a tool or a script that automates this process. You will need to go through the conversations and links in

  1. https://spectrum.chat/theia/general/how-to-install-vscode-plugins-in-theia~04b0c6fa-ab64-4838-afb1-bb26923aae56
    and
  2. https://spectrum.chat/theia/general/how-to-build-vscode-builtin-extensions-with-node-10~20783ad2-4a64-4b83-bd7c-06bf1ead155c
    to figure out what the steps are.

@kpge
Copy link
Contributor Author

kpge commented Jul 25, 2019

Sorry for the delaaaaaay, I haven't spent much time working recently.

To have detected tasks such as npm xxx displayed in the task quick-open, you will need to install VS Code extensions as Theia plugins. Take npm install for example, since it is detected by the npm extension, installing npm extension in Theia is needed.

Unfortunately at the this moment we don't have a tool or a script that automates this process. You will need to go through the conversations and links in

  1. https://spectrum.chat/theia/general/how-to-install-vscode-plugins-in-theia~04b0c6fa-ab64-4838-afb1-bb26923aae56
    and
  2. https://spectrum.chat/theia/general/how-to-build-vscode-builtin-extensions-with-node-10~20783ad2-4a64-4b83-bd7c-06bf1ead155c
    to figure out what the steps are.

Thanks for your reply

@kpge kpge closed this as completed Jul 25, 2019
@kpge kpge reopened this Aug 2, 2019
@kpge
Copy link
Contributor Author

kpge commented Aug 2, 2019

@elaihau hi, elaihau, I've installed npm extension in theia , but I still can not find detected tasks, is my installed plugin right?
image

@kpge
Copy link
Contributor Author

kpge commented Aug 2, 2019

@elaihau I've found it , npm, thanks

@kpge kpge closed this as completed Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question user / developer questions tasks issues related to the task system
Projects
None yet
Development

No branches or pull requests

3 participants