Open mpodlodowski opened 6 years ago
@mpodlodowski PR is welcome. 😄
Please feel free to ask questions whenever you meet any problems or need any help
Hi @mpodlodowski,
Any luck?
Just met some problems trying to debug the Java code - I can't attach to remote debugging port 1044. Is the guide on cs/contributing still valid?
@mpodlodowski Are you debugging the code under com.microsoft.java.test.plugin
or com.microsoft.java.test.runner
com.microsoft.java.test.plugin
At least I'm trying to. Is it possible?
Yes, it should be possible. Did you launch the extension first then attach to the remote application?
I did (with "Launch Extension" config from the repo).
I tried the following:
Am I missing something?
Did you set the target platform in Eclipse when importing the com.microsoft.java.test.plugin
?
After importing the project, you can find a file called target.target. Double click it in Eclipse, and in the right top of the editor, click Set as target platform
Done. Still no luck.
Failed to connect to remote VM. Connection refused.
Connection refused (Connection refused)
Hmm, another thing needs to pay attention is that we need to wait until the extension has been activated, then we can attach to the remote VM using Eclipse.
You can check whether the extension has been activated by checking if the Java Test Runner
output channel has been created.
Any news guys?)
Any News Guys????
This would be very much appreciated...
Any progress? Just started on a new project which uses primarily Spock for testing so this would come in very handy
Hi friends, so far there is no plan to add more test framework support. But contribution is welcome!
Note that VS Code is now working on a new set of APIs for test purpose, which means the extension might need to have a big refactor in the near future, so I would suggest at least wait until that happens.
Hello ;) Any news about Spock framework support? ;)
Just bumping the above comment. Any word?
Hello... Whats is news ?
Hello is there any new updates on Spock support ?
Would also really appreciate Spock support
Six years later, it still doesn't support Spock
Would be great to have Spock support. I am very willing to make a contribution. Is there anything I should be aware of before digging into the problem?