RFR: 8365491: VSCode IDE: add basic configuration for the Oracle Java extension

Jan Lahoda jlahoda at openjdk.org
Wed Aug 13 14:11:10 UTC 2025


On Wed, 13 Aug 2025 13:22:21 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

> This PR adds a basic configuration for the [Oracle Java VSCode extension](https://marketplace.visualstudio.com/items?itemName=Oracle.oracle-java) to the `vscode-project-*` targets.

Looks like a reasonable direction to me. I would suggest to drop:

"jdk.advanced.disable.nbjavac": true,


while it may be good for some, it may lead to surprising effects for others people that don't know about this setting.

Also, including:

		"jdk.java.onSave.organizeImports": false


might make sense.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26759#issuecomment-3184094444


More information about the build-dev mailing list