From a963a930cae2533a4f44ff72b563ebc46c81e8fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:10:25 +0000 Subject: [PATCH 1/2] Initial plan From 58184020add710f141bf7c79ec05d853907a7352 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:21:05 +0000 Subject: [PATCH 2/2] Fix Scoop settings.json path in documentation 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> --- TerminalDocs/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TerminalDocs/install.md b/TerminalDocs/install.md index 055a55c1..32493054 100644 --- a/TerminalDocs/install.md +++ b/TerminalDocs/install.md @@ -80,7 +80,8 @@ The path for your Windows Terminal settings.json file may be found in one of the - Terminal (stable / general release): `%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json` - Terminal (preview release): `%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe\LocalState\settings.json` -- Terminal (unpackaged: Scoop, Chocolatey, etc): `%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.json` +- Terminal (Scoop): `~\scoop\persist\windows-terminal\settings\settings.json` +- Terminal (unpackaged: Chocolatey, etc): `%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.json` > [!Tip] > 1. You can access the default settings for Windows Terminal by selecting **Settings** in the dropdown menu while holding Alt to open the `defaults.json` file in your default text editor. This file is auto-generated and any changes to it will be ignored.