Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 14, 2024
1 parent 2d9c7bf commit 44951a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vscode/src/chat/WebviewHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class WebviewHelper {
public addTextEditorEventListeners() {
window.onDidChangeActiveTextEditor((e) => {
if (e && e.document.uri.scheme !== "file") {
this.syncActiveSelection(undefined)
this.syncActiveSelection(undefined);
return;
}

Expand Down

0 comments on commit 44951a0

Please sign in to comment.