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

2025-03-28 Thread Tobias Hartmann
On Thu, 27 Mar 2025 14:33:30 GMT, Manuel Hässig 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

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

2025-03-27 Thread Erik Joelsson
On Thu, 27 Mar 2025 14:33:30 GMT, Manuel Hässig 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

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

2025-03-27 Thread Manuel Hässig
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 opt