From 5528362caa65d23d70d61ea0a7d084630b0619c1 Mon Sep 17 00:00:00 2001 From: NoNameWasDefined Date: Tue, 27 May 2025 00:21:03 +0200 Subject: [PATCH] Update terminals.md Add the path translation feature of Windows Terminal in the configuration example --- web/docs/terminals.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/docs/terminals.md b/web/docs/terminals.md index 1196d14f..dd61b1e2 100644 --- a/web/docs/terminals.md +++ b/web/docs/terminals.md @@ -59,7 +59,8 @@ https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-set { "face": "Lucida Console", "size": 9 - } + }, + "pathTranslationStyle": "msys2" }, { "guid": "{71160544-14d8-4194-af25-d05feeac7233}", @@ -71,7 +72,8 @@ https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-set { "face": "Lucida Console", "size": 9 - } + }, + "pathTranslationStyle": "msys2" }, // ... ]