Skip to content

Commit 1493922

Browse files
committed
Set editSessions.store
1 parent 08cf5cd commit 1493922

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

extensions/github/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
}
5151
],
5252
"continueEditSession": [
53-
{
54-
"command": "github.openOnVscodeDev",
55-
"when": "github.hasGitHubRepo"
56-
}
5753
],
5854
"menus": {
5955
"commandPalette": [

src/vs/gitpod/browser/workbench/workbench.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,15 @@ async function doStart(): Promise<IDisposable> {
986986
}
987987
}
988988
},
989+
'editSessions.store': {
990+
url: syncStoreURL,
991+
canSwitch: false,
992+
authenticationProviders: {
993+
gitpod: {
994+
scopes: ['function:accessCodeSyncStorage']
995+
}
996+
}
997+
},
989998
webEndpointUrlTemplate
990999
},
9911000
settingsSyncOptions: {

0 commit comments

Comments
 (0)