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

Query Sync: run configuration not found in runtime deps #7082

Closed
tpasternak opened this issue Nov 29, 2024 · 0 comments · Fixed by #7081
Closed

Query Sync: run configuration not found in runtime deps #7082

tpasternak opened this issue Nov 29, 2024 · 0 comments · Fixed by #7081
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues type: bug

Comments

@tpasternak
Copy link
Contributor

tpasternak commented Nov 29, 2024

Description of the bug:

Scenario:

java_library(
  name = "l",
  srcs = ["Test1.java"]
)
  
java_test(
  name - "t",
  runtime_deps = [":l"],
  main_class = "Test1.java"
)
  1. import with QS
  2. navigate to test1
  3. try to run test with a gutter icon

Expected
When gutter icon is clicked, multiple run configurations show up in the context menu

Actual
"Nothing found" is shown

@tpasternak tpasternak added type: bug awaiting-maintainer Awaiting review from Bazel team on issues labels Nov 29, 2024
@tpasternak tpasternak linked a pull request Nov 29, 2024 that will close this issue
3 tasks
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Nov 30, 2024
@tpasternak tpasternak changed the title Query Sync: run configuration not found in remote deps Query Sync: run configuration not found in runtime deps Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues type: bug
Projects
Development

Successfully merging a pull request may close this issue.

4 participants