-
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
tasks contributed by VS Code extensions don't work #4216
Comments
@elaihau What I do for now to try built-in VS Code extensions, for example for
Particularly for |
Thank you @akosyakov ! I followed the instructions to have the With a project, where the grunt tasks are defined, opened in theia, I was able to see similar items from 'Run Tasks'. |
For people interested in reproducing what Anton did:
|
Update readme to reflect complete steps to properly build the repository eclipse-theia/theia#4216 (comment) Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
and from this github issue we can find more details on how to debug the theia plugins & vscode extensions: #3251 |
Update readme to reflect complete steps to properly build the repository eclipse-theia/theia#4216 (comment) Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
I've just tried grunt extension with grunt init example within #4714 and it does not detect tasks at all. Updated: I got it working after reloading browse several times, it seems there are still some lifecycle issues. |
tasks contributed by npm, grunt, gulp, jake, typescript-language-features now work in theia. could we close this issue if i am not missing anything ? |
@elaihau thank you! |
They look bogus:
And cannot be executed:
You can reproduce it with
grunt
&gulp
VS Code built-in extensions.The text was updated successfully, but these errors were encountered: