Pass workspace shell permissions to ext host

This commit is contained in:
Daniel Imms
2019-06-13 15:41:00 -07:00
parent 83ba7099ff
commit 976320ddd2
5 changed files with 21 additions and 2 deletions

View File

@@ -625,6 +625,10 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
});
return index;
}
public $acceptWorkspacePermissionsChanged(isAllowed: boolean): void {
this._isWorkspaceShellAllowed = isAllowed;
}
}
class ApiRequest {