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.