This commit is contained in:
Sandeep Somavarapu
2022-12-27 15:28:31 +01:00
committed by GitHub
parent f2bcf4c272
commit 2e74e3c951
7 changed files with 11 additions and 20 deletions

View File

@@ -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> {