-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update task schema according to installed extensions/plugins #6485
Comments
I can resolve this one as the first step of fixing #6482 |
- With this change, Theia processes task definitions contributed by extensions and plugins, and updates the task schema.- resolves #6485 Signed-off-by: Liang Huang <[email protected]>
- With this change, Theia processes task definitions contributed by extensions and plugins, and updates the task schema.- resolves eclipse-theia#6485 Signed-off-by: Liang Huang <[email protected]>
@ShimonBenYair |
@elaihau It would be helpful it you provide how to install correct VS Code extensions. |
@elaihau @RomanNikitenko |
- With this change, Theia processes task definitions contributed by extensions and plugins, and updates the task schema. - resolves #6485 Signed-off-by: Liang Huang <[email protected]>
@ShimonBenYair |
- With this change, Theia processes task definitions contributed by extensions and plugins, and updates the task schema. - resolves #6485 Signed-off-by: Liang Huang <[email protected]>
I can't build this project ( always get the error :"spawn e2big") Thanks |
@ShimonBenYair Could you please confirm if you can use them? |
I can use them successfully. |
- With this change, Theia processes task definitions contributed by extensions and plugins, and updates the task schema. - resolves eclipse-theia#6485 Signed-off-by: Liang Huang <[email protected]>
Description
Task schema should be updated according to installed extensions/plugins.
Task types support for installed plugins is coming with the PR from @elaihau - thank you very much!
Would be nice to support other fields of task configurations.
Reproduction Steps
npm
vs code extensiontasks.json
file"type": "npm",
Ctrl + space
= > you can see that expectedscript
field is absent in the list of the suggestions.Expected behavior:
vs code displays the filed:
and warning:
I tested the same behavior for
typescript
task:OS and Theia version:
Ubuntu 18.04.1
Theia version: 05f2e07bb77637723e6720231342b9accesta01a159
The text was updated successfully, but these errors were encountered: