mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 09:10:30 -04:00
Merge from vscode da3c97f3668393ebfcb9f8208d7616018d6d1859 (#5360)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user