提交 cfe613c0 编写于 作者: S Sandeep Somavarapu

revive the returned workspace identifier

上级 666e7fa7
......@@ -28,6 +28,6 @@ export class WorkspacesService implements IWorkspacesService {
}
getWorkspaceIdentifier(configPath: URI): Promise<IWorkspaceIdentifier> {
return this.channel.call('getWorkspaceIdentifier', configPath);
return this.channel.call('getWorkspaceIdentifier', configPath).then(reviveWorkspaceIdentifier);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册