From 15aed0fa0392cf1c33c68fca7413593525e3fc65 Mon Sep 17 00:00:00 2001 From: sestinj Date: Sat, 15 Jul 2023 15:11:37 -0700 Subject: lowercase C: in win path --- extension/src/diffs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/src') diff --git a/extension/src/diffs.ts b/extension/src/diffs.ts index db6a6490..5a82deb6 100644 --- a/extension/src/diffs.ts +++ b/extension/src/diffs.ts @@ -12,7 +12,7 @@ interface DiffInfo { range: vscode.Range; } -export const DIFF_DIRECTORY = path.join(os.homedir(), ".continue", "diffs"); +export const DIFF_DIRECTORY = path.join(os.homedir(), ".continue", "diffs").replace(/^C:/, "c:"); class DiffManager { // Create a temporary file in the global .continue directory which displays the updated version -- cgit v1.2.3-70-g09d2