Skip to content

Commit fb80f0c

Browse files
committed
Rename command to Enable/Disable signing in with Gitpod
1 parent cbbc8a9 commit fb80f0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/gitpod/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
"commands": [
6666
{
6767
"command": "gitpod.syncProvider.remove",
68-
"category": "Gitpod",
68+
"category": "Settings Sync",
6969
"enablement": "gitpod.addedSyncProvider",
70-
"title": "Disable Gitpod Settings Sync Provider"
70+
"title": "Disable signing in with Gitpod"
7171
},
7272
{
7373
"command": "gitpod.syncProvider.add",
74-
"category": "Gitpod",
74+
"category": "Settings Sync",
7575
"enablement": "!gitpod.addedSyncProvider",
76-
"title": "Enable Gitpod Settings Sync Provider"
76+
"title": "Enable signing in with Gitpod"
7777
}
7878
]
7979
},

0 commit comments

Comments
 (0)