mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
TODO
This commit is contained in:
@@ -203,6 +203,7 @@ export class SessionsManagementService extends Disposable implements ISessionsMa
|
||||
}
|
||||
|
||||
if (session.providerType === AgentSessionProviders.Cloud) {
|
||||
//TODO: @osortega pass branch in metadata from extension
|
||||
const ref = metadata?.branch || 'HEAD';
|
||||
return [URI.parse(`${GITHUB_REMOTE_FILE_SCHEME}://github/${metadata.owner}/${metadata.name}/${ref}`), undefined];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user