Fix incorrect Scoop settings.json path in documentation#912
Fix incorrect Scoop settings.json path in documentation#912
Conversation
|
Learn Build status updates of commit a963a93: ✅ Validation status: passedFor more details, please refer to the build report. |
Separate Scoop from other unpackaged installations and document the correct path for Scoop's settings.json file (~\scoop\persist\windows-terminal\settings\settings.json) as reported in the issue. Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
|
Learn Build status updates of commit 5818402: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
The documentation incorrectly stated that Scoop installations store
settings.jsonin%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.json. User verification shows Scoop actually uses its persist directory.Changes
~\scoop\persist\windows-terminal\settings\settings.json%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.jsonfor Chocolatey and other unpackaged methodsBefore:
After:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.