microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
292 stars 125 forks source link

build: Update target platform #1634

Closed jdneo closed 9 months ago

jdneo commented 9 months ago

The version of JDT.LS is fixed to prevent update junit to 5.10.x. See: https://github.com/microsoft/vscode-java-test/pull/1608#issue-1904190398 for the reason.

fix #1633