mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Sessions exploration (#294912)
This commit is contained in:
@@ -1086,7 +1086,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
get isAgentSessionsWorkspace() {
|
||||
checkProposedApiEnabled(extension, 'agentSessionsWorkspace');
|
||||
return extHostWorkspace.isAgentSessionsWorkspace;
|
||||
return !!initData.environment.isSessionsWindow;
|
||||
},
|
||||
updateWorkspaceFolders: (index, deleteCount, ...workspaceFoldersToAdd) => {
|
||||
return extHostWorkspace.updateWorkspaceFolders(extension, index, deleteCount || 0, ...workspaceFoldersToAdd);
|
||||
|
||||
Reference in New Issue
Block a user