mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 09:45:54 +01:00
fix #64596
This commit is contained in:
@@ -46,6 +46,6 @@ export class WorkspacesChannelClient implements IWorkspacesService {
|
||||
constructor(private channel: IChannel) { }
|
||||
|
||||
createWorkspace(folders?: IWorkspaceFolderCreationData[]): TPromise<IWorkspaceIdentifier> {
|
||||
return TPromise.wrap(this.channel.call('createWorkspace', folders));
|
||||
return this.channel.call('createWorkspace', folders);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user