mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Make createEditorInput async (#20038)
This commit is contained in:
@@ -917,7 +917,7 @@ export class TestEditorService implements EditorServiceImpl {
|
||||
revert(editors: IEditorIdentifier[], options?: IRevertOptions): Promise<boolean> { throw new Error('Method not implemented.'); }
|
||||
revertAll(options?: IRevertAllEditorsOptions): Promise<boolean> { throw new Error('Method not implemented.'); }
|
||||
// {{SQL CARBON EDIT}} add createEditorInput back
|
||||
createEditorInput(input: IUntypedEditorInput): EditorInput { throw new Error('Method not implemented.'); }
|
||||
createEditorInput(input: IUntypedEditorInput): Promise<EditorInput> { throw new Error('Method not implemented.'); }
|
||||
}
|
||||
|
||||
export class TestFileService implements IFileService {
|
||||
|
||||
Reference in New Issue
Block a user