Home > Net >  VSCode - JUnit Setup Problems
VSCode - JUnit Setup Problems

Time:04-20

I tried to setup up JUnit, but for some reason, vscode does not want me to set up testing for java. The provided images may help with providing context.

What the testing tab shows to me in VSCode

Extension Pack needed for testing Java

Json File

I tried to follow https://code.visualstudio.com/docs/java/java-testing, but I can't even get past the first step.

CodePudding user response:

Firstly, check Java extension pack is properly installed or not. If there is some issue then restart vscode and then try to reload extension. At last open a java project then try to setup Junit testing environment.

CodePudding user response:

You can try to disable Python extension and make sure you have installed Test Runner for Java extension.

  • Related