提交 36342196 编写于 作者: J Johannes Rieken

fix #46650

上级 502bc4e7
......@@ -791,7 +791,7 @@ export class ReferenceWidget extends PeekViewWidget {
const promise = this._textModelResolverService.createModelReference(reference.uri);
return TPromise.join([promise, this._tree.reveal(reference)]).then(values => {
return TPromise.join([promise, this._tree.reveal(reference, 1)]).then(values => {
const ref = values[0];
if (!this._model) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册