提交 39bb6e5e 编写于 作者: J Johannes Rieken

💄

上级 872b5f30
......@@ -418,7 +418,7 @@ export class OutlinePanel extends ViewletPanel {
let textModel = editor.getModel();
let loadingMessage: IDisposable;
let oldModel = <OutlineModel>this._tree.getInput();
let oldModel = this._tree.getInput();
if (!oldModel) {
loadingMessage = new TimeoutTimer(
() => this._showMessage(localize('loading', "Loading document symbols for '{0}'...", posix.basename(textModel.uri.path))),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册