We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
editSessions.store
1 parent 08cf5cd commit 1493922Copy full SHA for 1493922
extensions/github/package.json
@@ -50,10 +50,6 @@
50
}
51
],
52
"continueEditSession": [
53
- {
54
- "command": "github.openOnVscodeDev",
55
- "when": "github.hasGitHubRepo"
56
- }
57
58
"menus": {
59
"commandPalette": [
src/vs/gitpod/browser/workbench/workbench.ts
@@ -986,6 +986,15 @@ async function doStart(): Promise<IDisposable> {
986
987
988
},
989
+ 'editSessions.store': {
990
+ url: syncStoreURL,
991
+ canSwitch: false,
992
+ authenticationProviders: {
993
+ gitpod: {
994
+ scopes: ['function:accessCodeSyncStorage']
995
+ }
996
997
+ },
998
webEndpointUrlTemplate
999
1000
settingsSyncOptions: {
0 commit comments