From 72ca86bb13f8d157c0df14d007c864b321159db9 Mon Sep 17 00:00:00 2001 From: marius-kilocode Date: Fri, 9 Jan 2026 11:21:31 +0100 Subject: [PATCH] chore: remove redundant TODO comment from NextEditWindowManager --- .../vscode-test-harness/src/activation/NextEditWindowManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/continuedev/core/vscode-test-harness/src/activation/NextEditWindowManager.ts b/src/services/continuedev/core/vscode-test-harness/src/activation/NextEditWindowManager.ts index a1923838662..c76c3267e6f 100644 --- a/src/services/continuedev/core/vscode-test-harness/src/activation/NextEditWindowManager.ts +++ b/src/services/continuedev/core/vscode-test-harness/src/activation/NextEditWindowManager.ts @@ -760,7 +760,7 @@ export class NextEditWindowManager { } // Store the decoration and editor. - this.currentDecoration = decoration // TODO: This might be redundant. + this.currentDecoration = decoration this.disposables.push(decoration) // Calculate how far off to the right of the cursor the decoration should be.