-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.12.0-dev-1769+gd6bee7e407
Operating system/version
linux ubuntu 24.04 e WSL 2.6.2
Describe the bug
I've created a demo application to show the problem. It's a springboot 2.7.1 java 17 with gradle 7.6.
The issue is with the testing, if I run the ./gradlew test it works fine, but the :JavaTestRunCurrentClass (or method) will give me the print that its running bug as soon as I open the test reports I get the error
If I run the :JavatestDebugCurrentMethod (or class) it gives me an error in repl
Steps To Reproduce
- Download the issue.zip which as my nvim config and the project.
- Open the test class (only has one)
- run the commands described above
Expected Behavior
Tests to run and show on viewLastReport and to be able to debug them.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working