mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
GitHub - add "Open on GitHub" to blame hover (#237514)
* WIP - saving my work * Refactor hover rendering code
This commit is contained in:
@@ -15,3 +15,7 @@ export async function pickRemoteSource(options: PickRemoteSourceOptions = {}): P
|
||||
export async function getRemoteSourceActions(url: string) {
|
||||
return GitBaseApi.getAPI().getRemoteSourceActions(url);
|
||||
}
|
||||
|
||||
export async function getRemoteSourceControlHistoryItemCommands(url: string) {
|
||||
return GitBaseApi.getAPI().getRemoteSourceControlHistoryItemCommands(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user