Reveal the newly added source change in the editor.
This commit is contained in:
parent
e8e82ce032
commit
cd21f0eade
@ -46,5 +46,6 @@ export async function handle(change: SourceChange) {
|
||||
return;
|
||||
}
|
||||
editor.selection = new vscode.Selection(position, position);
|
||||
editor.revealRange(new vscode.Range(position, position), vscode.TextEditorRevealType.Default);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user