On Thu, 27 Mar 2025 14:33:30 GMT, Manuel Hässig <[email protected]> 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. This pull request has now been integrated. Changeset: 3e9a7a4a Author: Manuel Hässig <[email protected]> Committer: Tobias Hartmann <[email protected]> URL: https://git.openjdk.org/jdk/commit/3e9a7a4aed168422473c941ff5626d0d65aaadfa Stats: 12 lines in 3 files changed: 0 ins; 0 del; 12 mod 8353063: make/ide/vscode: Invalid Configuration Values Reviewed-by: erikj, thartmann ------------- PR: https://git.openjdk.org/jdk/pull/24280
