Prettier fix
This commit is contained in:
@@ -46,6 +46,9 @@ export async function handle(change: SourceChange) {
|
||||
return;
|
||||
}
|
||||
editor.selection = new vscode.Selection(position, position);
|
||||
editor.revealRange(new vscode.Range(position, position), vscode.TextEditorRevealType.Default);
|
||||
editor.revealRange(
|
||||
new vscode.Range(position, position),
|
||||
vscode.TextEditorRevealType.Default
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user