commit 38fc8f9cb688c675d931221b6e7d2a9fb602883a parent 558f3f48a3b9ef2a1b0b6a9e9b138681988260d4 Author: Adam Dinwoodie <me-and@users.noreply.github.com> Date: Mon, 3 May 2021 16:55:11 +0100 Correct doc'd behaviour for `winget settings` (#917) Correct the documentation on what happens when running `winget settings` without a configured default Json editor in Windows to match what actually happens. Diffstat:
| M | doc/Settings.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Settings.md b/doc/Settings.md @@ -1,6 +1,6 @@ # WinGet CLI Settings -You can configure WinGet by editing the `settings.json` file. Running `winget settings` will open the file in the default json editor, if no editor is configured, notepad.exe is used. +You can configure WinGet by editing the `settings.json` file. Running `winget settings` will open the file in the default json editor; if no editor is configured, Windows will prompt for you to select an editor, and Notepad is sensible option if you have no other preference. ## File Location