From 75174b0d57ad371d22bb1428625d9dc547f8dceb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 15:59:49 +0000 Subject: [PATCH 1/2] Initial plan From 899f3ce6706e1dfba2f58ae16d68f7bcf2045c1a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 16:01:55 +0000 Subject: [PATCH 2/2] Fix TypeScript 6.0.3 compatibility: add dom to tsconfig lib Agent-Logs-Url: https://github.com/Gaardsholt/vscode-whatthecommit/sessions/b3029c22-69f3-4c27-a307-83780240ae80 Co-authored-by: Gaardsholt <6908373+Gaardsholt@users.noreply.github.com> --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f5f0754..d36f73a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "module": "commonjs", "target": "ES2020", "outDir": "out/desktop", - "lib": ["ES2020"], + "lib": ["ES2020", "dom"], "sourceMap": true, "rootDir": "src", "strict": true,