File tree 5 files changed +497
-51
lines changed
5 files changed +497
-51
lines changed Original file line number Diff line number Diff line change 29
29
],
30
30
"activationEvents" : [
31
31
" *" ,
32
- " onCommand:gitpod.api.autoTunnel"
32
+ " onCommand:gitpod.api.autoTunnel" ,
33
+ " onCommand:gitpod.api.auth" ,
34
+ " onAuthenticationRequest:gitpod"
33
35
],
36
+ "contributes" : {
37
+ "authentication" : [
38
+ {
39
+ "label" : " Gitpod" ,
40
+ "id" : " gitpod"
41
+ }
42
+ ],
43
+ "configuration" : {
44
+ "title" : " Settings sync" ,
45
+ "properties" : {
46
+ "configurationSync.store" : {
47
+ "type" : " object"
48
+ }
49
+ }
50
+ },
51
+ "commands" : [
52
+ {
53
+ "command" : " gitpod.auth.remove" ,
54
+ "category" : " Gitpod" ,
55
+ "enablement" : " gitpod.addedSyncProvider" ,
56
+ "title" : " Turn off Settings Sync"
57
+ },
58
+ {
59
+ "command" : " gitpod.auth.add" ,
60
+ "category" : " Gitpod" ,
61
+ "enablement" : " !gitpod.addedSyncProvider" ,
62
+ "title" : " Turn on Settings Sync"
63
+ }
64
+ ]
65
+ },
34
66
"main" : " ./out/extension.js" ,
35
67
"scripts" : {
36
68
"compile" : " gulp compile-extension:gitpod" ,
43
75
"@types/tmp" : " ^0.2.1"
44
76
},
45
77
"dependencies" : {
78
+ "@gitpod/gitpod-protocol" : " main" ,
46
79
"@gitpod/local-app-api-grpcweb" : " main" ,
47
80
"@improbable-eng/grpc-web-node-http-transport" : " ^0.14.0" ,
48
81
"node-fetch" : " ^2.6.1" ,
82
+ "pkce" : " ^1.0.0-beta2" ,
49
83
"tmp" : " ^0.2.1" ,
50
84
"vscode-nls" : " ^5.0.0"
51
85
},
You can’t perform that action at this time.
0 commit comments