-
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
Gradle Tasks extension does not work in Theia #8767
Labels
vscode
issues related to VSCode compatibility
Comments
@melaasar I verified your linked workspace and I see the following error:
The parent issue seems to be that I do see the view, but the missing API looks like the main issue about tasks not being provided: |
shyshywhy
added a commit
to shyshywhy/theia
that referenced
this issue
Mar 12, 2021
1 task
shyshywhy
added a commit
to shyshywhy/theia
that referenced
this issue
Mar 12, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
pushed a commit
to shyshywhy/theia
that referenced
this issue
Mar 14, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
pushed a commit
to shyshywhy/theia
that referenced
this issue
Mar 14, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
pushed a commit
to shyshywhy/theia
that referenced
this issue
Mar 14, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
pushed a commit
to shyshywhy/theia
that referenced
this issue
Mar 14, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
1 task
shyshywhy
added a commit
to shyshywhy/theia
that referenced
this issue
Mar 14, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
added a commit
to shyshywhy/theia
that referenced
this issue
Apr 1, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
shyshywhy
added a commit
to shyshywhy/theia
that referenced
this issue
Apr 2, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
kittaakos
pushed a commit
that referenced
this issue
Apr 6, 2021
issue: #7185, #8767 Signed-off-by: Lewin Tan <[email protected]>
1 task
1 task
dna2github
pushed a commit
to dna2fork/theia
that referenced
this issue
Aug 25, 2021
issue: eclipse-theia#7185, eclipse-theia#8767 Signed-off-by: Lewin Tan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The (VSCode) "Gradle Tasks" extension can be searched and installed in Gitpod (Theia). However, unlike in VSCode, the side bar does not show up after the install. Trying to show it by selecting View -> Open View makes the side bar visible. However, you get an error when trying to click on the bar saying that it cannot contact the gradle server. All the views of the bar are also empty and they appear to spin with no result (I think trying to contact some server).
Steps to Reproduce:
Exampe repo to try on:
https://gitpod.io/#https://github.com/opencaesar/core-vocabularies
The text was updated successfully, but these errors were encountered: