mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
committed by
GitHub
parent
dbc3941061
commit
d65e6e6b2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user