diff --git a/codex-vscode/src/services/undefinedTextEditor.service.ts b/codex-vscode/src/services/undefinedTextEditor.service.ts index 9ab52ed3..3eaa032c 100644 --- a/codex-vscode/src/services/undefinedTextEditor.service.ts +++ b/codex-vscode/src/services/undefinedTextEditor.service.ts @@ -87,7 +87,7 @@ export class UndefinedTextEditorService implements ITextEditorService { } public async updateContextDecorations(force: boolean): Promise { - if (force) await this.getContexts(force); + if (force) this.getContexts(force); await updateDecorations(this.contexts, LINE_DECORATION, GUTTER_DECORATION, this.textEditor); }