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

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

2025-03-28 Thread Manuel Hässig
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)

RFR: 8355400: Better git detection in update_copyright_year.sh

2025-04-23 Thread Manuel Hässig
The script `make/scripts/update_copyright.sh` relies on the path to the script for git detection, which is fragile or does not work at all or git worktrees. This PR uses git itself to detect whether the script is running in a git repository. This has the added benefit that the script can be exec

Integrated: 8355400: Better git detection in update_copyright_year.sh

2025-04-24 Thread Manuel Hässig
On Wed, 23 Apr 2025 13:19:19 GMT, Manuel Hässig wrote: > The script `make/scripts/update_copyright.sh` relies on the path to the > script for git detection, which is fragile or does not work at all or git > worktrees. This PR uses git itself to detect whether the script is running in