mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
fix compile error
This commit is contained in:
@@ -35,6 +35,10 @@ export class ExtHostWorkspace extends ExtHostWorkspaceShape {
|
||||
|
||||
// --- workspace ---
|
||||
|
||||
get workspace(): Workspace {
|
||||
return this._workspace;
|
||||
}
|
||||
|
||||
getRoots(): URI[] {
|
||||
if (!this._workspace) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user