Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export class CopilotCLIChatSessionContentProvider extends Disposable implements
}

public notifyProviderOptionsChange(): void {
this._repositoryOptionItemsForUntitledWorkspace = undefined;
this._onDidChangeChatSessionProviderOptions.fire();
}

Expand Down Expand Up @@ -1487,7 +1488,7 @@ export function registerCLIChatCommands(copilotcliSessionItemProvider: CopilotCL

const selectedFolderUri = folderUris[0];
const sessionId = SessionIdForCLI.parse(sessionItemResource);

untitledWorkspaceFodlers.set(selectedFolderUri, Date.now());
await trackSelectedFolderOrRepo(sessionId, selectedFolderUri.fsPath, copilotCliWorkspaceSession, copilotCLIWorktreeManagerService);

// Notify VS Code that the option changed
Expand Down