This commit is contained in:
Sandeep Somavarapu
2022-11-25 11:19:45 +01:00
committed by GitHub
parent dbc3941061
commit d65e6e6b2f

View File

@@ -51,7 +51,7 @@ class GitHubGistProfileContentHandler implements vscode.ProfileContentHandler {
async saveProfile(name: string, content: string): Promise<vscode.Uri | null> {
const octokit = await this.getOctokit();
const result = await octokit.gists.create({
public: true,
public: false,
files: {
[name]: {
content