| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vscode-java-1.50.0-769.vsix | 2025-11-25 | 52.4 MB | |
| java-win32-x64-1.50.0-769.vsix | 2025-11-25 | 126.9 MB | |
| java-linux-x64-1.50.0-769.vsix | 2025-11-25 | 130.7 MB | |
| java-linux-arm64-1.50.0-769.vsix | 2025-11-25 | 130.2 MB | |
| java-darwin-x64-1.50.0-769.vsix | 2025-11-25 | 128.1 MB | |
| java-darwin-arm64-1.50.0-769.vsix | 2025-11-25 | 127.0 MB | |
| 1.50.0 source code.tar.gz | 2025-11-25 | 4.8 MB | |
| 1.50.0 source code.zip | 2025-11-25 | 4.9 MB | |
| README.md | 2025-11-25 | 1.0 kB | |
| Totals: 9 Items | 704.9 MB | 0 | |
- enhancement - Add preference to disable returning Javadoc on hover. See #1420.
- enhancement - Adopt quick fixes for the following problems. See JLS#3609.
UnusedMethodDeclaredThrownException,InvalidOperator,RedundantSpecificationOfTypeArguments
- enhancement - Refresh codelens when updating preferences. See JLS#3047.
- bug fix - Do not define title in package.json schema as it is shown in tooltip for all package.json files. See #4268.
- bug fix - Temporary rollback of junit bundles to fix JUnit 6 support. See #4260.
- bug fix - Fixed NPE thrown when computing Code Actions on invalid code. See JLS#3602.