mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
committed by
GitHub
parent
f2bcf4c272
commit
2e74e3c951
@@ -13,6 +13,7 @@ import { URL } from 'url';
|
||||
class GitHubGistProfileContentHandler implements vscode.ProfileContentHandler {
|
||||
|
||||
readonly name = vscode.l10n.t('GitHub');
|
||||
readonly description = vscode.l10n.t('gist');
|
||||
|
||||
private _octokit: Promise<Octokit> | undefined;
|
||||
private getOctokit(): Promise<Octokit> {
|
||||
|
||||
Reference in New Issue
Block a user