Skip to content

Commit

Permalink
continue not return
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Nov 23, 2024
1 parent 3b8d7e7 commit c8490fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/decoration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class DecorationService {
for (const editor of vscode.window.visibleTextEditors) {
if (!this.enabled) {
editor.setDecorations(this.decoration, [])
return
continue
}

if (editor.document.uri.scheme !== 'file') continue
Expand Down

0 comments on commit c8490fb

Please sign in to comment.