未验证 提交 b3d37f8c 编写于 作者: J Johannes Rieken 提交者: GitHub

Merge pull request #73214 from BaluErtl/master

Incorrect wording of Outline drawer default message
......@@ -456,7 +456,7 @@ export class OutlinePanel extends ViewletPanel {
}
if (!editor || !editor.hasModel() || !DocumentSymbolProviderRegistry.has(editor.getModel())) {
return this._showMessage(localize('no-editor', "There are no editors open that can provide outline information."));
return this._showMessage(localize('no-editor', "The active editor cannot provide outline information."));
}
let textModel = editor.getModel();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册