From 60b2415c039422d19ef3d8a7446e1db42129b909 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 2 Sep 2021 08:03:34 -0500 Subject: [PATCH] Add a note about deleting state.json as well --- TerminalDocs/troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TerminalDocs/troubleshooting.md b/TerminalDocs/troubleshooting.md index 6bf6b521..68d9b873 100644 --- a/TerminalDocs/troubleshooting.md +++ b/TerminalDocs/troubleshooting.md @@ -155,4 +155,7 @@ Press Ctrl + O and Ctrl + X to Save and Exit. ## How do I reset my settings in Windows Terminal back to the default settings? -To reset your settings back to the original default settings, delete your [settings.json file](./get-started.md#settings-json-file). This will cause Windows Terminal to regenerate a settings.json file with the original default settings. +To reset your settings back to the original default settings, delete your [settings.json file](./get-started.md#settings-json-file). This will cause Windows Terminal to regenerate a `settings.json` file with the original default settings. + +> [!IMPORTANT] +> As of Terminal version 1.10 or greater, you'll also need to delete the `state.json` file in the same directory as the `settings.json` file to fully reset the settings to the defaults.