Improved Visual Studio Code support

This commit is contained in:
Erik C. Thauvin 2024-02-25 18:54:05 -08:00
parent 36c6d18fd3
commit 69ed2b9a5c
4 changed files with 24 additions and 14 deletions

View file

@ -5,7 +5,14 @@
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "com.example.demo.DemoApplicationTest"
"mainClass": "org.junit.platform.console.ConsoleLauncher",
"args": [
"--details=verbose",
"--scan-classpath",
"--disable-banner",
"--disable-ansi-colors",
"--exclude-engine=junit-platform-suite",
"--exclude-engine=junit-vintage"]
}
]
}