RFR: 8353063: make/ide/vscode: Invalid Configuration Values

Tobias Hartmann thartmann at openjdk.org
Fri Mar 28 09:01:27 UTC 2025


On Thu, 27 Mar 2025 14:33:30 GMT, Manuel Hässig <duke at openjdk.org> wrote:

> The indexer setting templates used by the `vscode-project-*` `make` targets contain invalid configuration values. For example, `C_Cpp.formatting": "Disabled"`is invalid because VSCode (or rather the extension) expects the value to be non-capitalized. This PR fixes these invalid configuration options.
> 
>  I tested the changes by generating VSCode workspaces and checking whether VSCode complains about invalid values.

Marked as reviewed by thartmann (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/24280#pullrequestreview-2724722384


More information about the build-dev mailing list