fix compile error

This commit is contained in:
Johannes Rieken
2017-06-21 11:46:21 +02:00
parent 8e746dfdc7
commit 58b081deed

View File

@@ -35,6 +35,10 @@ export class ExtHostWorkspace extends ExtHostWorkspaceShape {
// --- workspace ---
get workspace(): Workspace {
return this._workspace;
}
getRoots(): URI[] {
if (!this._workspace) {
return undefined;