* @deprecated
(name: string, title: string, options: Object, viewName?: string, sleep?: boolean)
| 67 | * @deprecated |
| 68 | */ |
| 69 | openEditorWindow(name: string, title: string, options: Object, viewName?: string, sleep?: boolean): Promise<void>; |
| 70 | } |
| 71 | |
| 72 | export class Workspace implements IWorkspace { |
no outgoing calls
no test coverage detected