Skip to content

Commit

Permalink
Rename command to Enable/Disable signing in with Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Apr 22, 2022
1 parent cbbc8a9 commit fb80f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/gitpod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
"commands": [
{
"command": "gitpod.syncProvider.remove",
"category": "Gitpod",
"category": "Settings Sync",
"enablement": "gitpod.addedSyncProvider",
"title": "Disable Gitpod Settings Sync Provider"
"title": "Disable signing in with Gitpod"
},
{
"command": "gitpod.syncProvider.add",
"category": "Gitpod",
"category": "Settings Sync",
"enablement": "!gitpod.addedSyncProvider",
"title": "Enable Gitpod Settings Sync Provider"
"title": "Enable signing in with Gitpod"
}
]
},
Expand Down

0 comments on commit fb80f0c

Please sign in to comment.