Skip to content

Commit d65e6e6

Browse files
authored
1 parent dbc3941 commit d65e6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/github/src/importExportProfiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GitHubGistProfileContentHandler implements vscode.ProfileContentHandler {
5151
async saveProfile(name: string, content: string): Promise<vscode.Uri | null> {
5252
const octokit = await this.getOctokit();
5353
const result = await octokit.gists.create({
54-
public: true,
54+
public: false,
5555
files: {
5656
[name]: {
5757
content

0 commit comments

Comments
 (0)