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
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
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