On Thu, 27 Mar 2025 14:33:30 GMT, Manuel Hässig <d...@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. This pull request has now been integrated. Changeset: 3e9a7a4a Author: Manuel Hässig <manuel.has...@oracle.com> Committer: Tobias Hartmann <thartm...@openjdk.org> 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