Skip to content

Commit 32d88db

Browse files
Merge branch 'main' into tyleonha/agent-sdk-download-offer
2 parents edea1a7 + d447138 commit 32d88db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/sessions/contrib/providers/copilotChatSessions/browser/copilotChatSessionsProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ import { isCloudSandboxEnabled } from '../../../../../platform/agentHost/common/
6262
import { getWorkbenchContribution } from '../../../../../workbench/common/contributions.js';
6363
import { CloudSandboxAgentHostContribution, type ICloudSandboxProvisionedSession } from '../../remoteAgentHost/browser/cloudSandboxAgentHostContribution.js';
6464
import { IPathService } from '../../../../../workbench/services/path/common/pathService.js';
65+
import { UNIFIED_WORKSPACE_PICKER_SETTING } from '../../../chat/common/constants.js';
6566

6667
/** Copilot Cloud session type - cloud-hosted agent. */
6768
export const CopilotCloudSessionType: ISessionType = {

src/vs/sessions/contrib/providers/copilotChatSessions/test/browser/copilotChatSessionsProvider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ import { IGitHubService } from '../../../../github/browser/githubService.js';
6161
import { GitHubPullRequestModel } from '../../../../github/browser/models/githubPullRequestModel.js';
6262
import { IPullRequestIconCache } from '../../../../github/browser/pullRequestIconCache.js';
6363
import { computePullRequestIcon, GitHubPullRequestState, IGitHubPullRequest } from '../../../../github/common/types.js';
64+
import { UNIFIED_WORKSPACE_PICKER_SETTING } from '../../../../chat/common/constants.js';
6465

6566
// ---- Helpers ----------------------------------------------------------------
6667

0 commit comments

Comments
 (0)