From 5921c70228ea74fe2ed687c6bfda8a876d5455c5 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(-) 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