提交 b1ff58b8 编写于 作者: M Matt Bierner

Fixes #19324

上级 042285d5
......@@ -58,7 +58,7 @@ export function activate(context: vscode.ExtensionContext) {
const sourceUri = vscode.Uri.parse(decodeURIComponent(uri));
return vscode.workspace.openTextDocument(sourceUri)
.then(document => vscode.window.showTextDocument(document))
.then(editor => vscode.commands.executeCommand('revealLine', { lineNumber: Math.floor(line), at: 'top' }).then(() => editor))
.then(editor => vscode.commands.executeCommand('revealLine', { lineNumber: Math.floor(line), at: 'center' }).then(() => editor))
.then(editor => {
if (editor) {
editor.selection = new vscode.Selection(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册