mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 21:00:30 -04:00
This reverts commit 5d44b6a6a7.
This commit is contained in:
@@ -139,8 +139,8 @@ class GotoLineEntry extends EditorQuickOpenEntry {
|
||||
return this.runPreview();
|
||||
}
|
||||
|
||||
getInput(): IEditorInput | undefined {
|
||||
return this.editorService.activeEditor;
|
||||
getInput(): IEditorInput | null {
|
||||
return types.withUndefinedAsNull(this.editorService.activeEditor);
|
||||
}
|
||||
|
||||
getOptions(pinned?: boolean): ITextEditorOptions {
|
||||
|
||||
Reference in New Issue
Block a user