Skip to content

Commit

Permalink
Add a note about deleting state.json as well (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft authored Oct 15, 2021
1 parent 97bdfb8 commit 664df38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TerminalDocs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 664df38

Please sign in to comment.