From 8cb6bccc631c764ae13523d2a86362cbdbd070bc Mon Sep 17 00:00:00 2001 From: "Samuel D. Leslie" Date: Mon, 22 May 2023 16:44:07 +1000 Subject: [PATCH] Remove startingDirectory from Ubuntu WSL profile Turns out this breaks launching of the profile. Seems to be this issue: https://github.com/microsoft/WSL/issues/6995 --- winterm/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/winterm/settings.json b/winterm/settings.json index ac376d9e..1ef8e8ed 100644 --- a/winterm/settings.json +++ b/winterm/settings.json @@ -161,7 +161,6 @@ "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", "commandline": "%LocalAppData%\\Microsoft\\WindowsApps\\ubuntu.exe", - "startingDirectory": "/home/sdl", "colorScheme": "Solarized Dark", "closeOnExit": "always" },