Closed AirBashX closed 1 year ago
None of Ctrl+F2 and Shift+F5 did not respond
Have you tried this button?
I didn't find this page, where is it?
你试过这个按钮吗?
It's here
What's your VS Code version, and you test runner extension 's version?
vscode:1.81.1 runner:0.39.1 After testing, I found the problem.This is caused by a plug -in called Code Runner.When I stop this plug -in, the problem is solved
When I enable this plug -in, I will not be able to stop the infinite cycle, the CPU reaches 100 %, and VSCODE can hardly perform any operation until the software stops running.
它在这里
您的 VS Code 版本是什么?您测试 runner extension 的版本是什么?
I see. BTW, if you want to do some serious coding stuff using Java in VS Code, I recommend leveraging the extensions contained in the Extension Pack for Java
.
I see. BTW, if you want to do some serious coding stuff using Java in VS Code, I recommend leveraging the extensions contained in the
Extension Pack for Java
.
Thank you. Actually, I have been using the "Java Extension Pack" and only using "code runner" to compile JavaScript. I am testing Java and I'm not using this extension, but enabling it causes issues with "Test Runner for Java." I believe there might be compatibility problems between the two.
How do I stop if there is a Infinite loop while junit is running?