From 5b91804a303e634da50beda6a07f9cea9085ba3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20A=2E=20Sj=C3=B8en?= Date: Thu, 28 Oct 2021 13:39:58 +0200 Subject: [PATCH] Corrected path The LocalAppData path was missing `{app-name}` --- TerminalDocs/json-fragment-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/json-fragment-extensions.md b/TerminalDocs/json-fragment-extensions.md index 260d0242..a0eef516 100644 --- a/TerminalDocs/json-fragment-extensions.md +++ b/TerminalDocs/json-fragment-extensions.md @@ -130,6 +130,6 @@ The first is that the installation is for all the users on the system. In this c In the second case, the installation is only for the current user. In this case, the JSON files should be added to the folder: -`C:\Users\\AppData\Local\Microsoft\Windows Terminal\Fragments\{file-name}.json` +`C:\Users\\AppData\Local\Microsoft\Windows Terminal\Fragments\{app-name}\{file-name}.json` Note that both the `ProgramData` and `LocalAppData` folders are known folders that the installer should be able to access. If in either case, if the `Windows Terminal\Fragments` directory does not exist, the installer should create it. The `{app-name}` should be unique to your application and the `{file-name}.json` can be anything - the terminal will read all .json files in that directory.