提交 d981f415 编写于 作者: R rebornix

Fix #32597. Go to bracket should reveal position.

上级 e9801be9
......@@ -141,6 +141,7 @@ export class BracketMatchingController extends Disposable implements editorCommo
});
this._editor.setSelections(newSelections);
this._editor.revealRange(newSelections[0]);
}
private static _DECORATION_OPTIONS = ModelDecorationOptions.register({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册