[PR #16177] Update settings.json #30856

Closed
opened 2026-01-31 09:43:23 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/16177

State: closed
Merged: No


Removed unnecessary string interpolation for file paths in the "C_Cpp.default.browse.databaseFilename" setting, as VS Code automatically handles workspace folder paths.

Simplified the "C_Cpp.default.browse.path" setting by using an array with a single workspace folder element.

Removed the "xstring" and "array" entries from the "files.associations" section because they were mapped to "cpp" in multiple entries.

Removed the redundant .true from the boolean values in the "files.exclude" and "search.exclude" sections.

Summary of the Pull Request

References and Relevant Issues

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

PR Checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16177 **State:** closed **Merged:** No --- Removed unnecessary string interpolation for file paths in the "C_Cpp.default.browse.databaseFilename" setting, as VS Code automatically handles workspace folder paths. Simplified the "C_Cpp.default.browse.path" setting by using an array with a single workspace folder element. Removed the "xstring" and "array" entries from the "files.associations" section because they were mapped to "cpp" in multiple entries. Removed the redundant .true from the boolean values in the "files.exclude" and "search.exclude" sections. ## Summary of the Pull Request ## References and Relevant Issues ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed ## PR Checklist - [ ] Closes #xxx - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:43:23 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30856