File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
18
18
if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) {
19
19
return false;
20
20
}
21
- @@ -1121,6 +1125,10 @@ export class ExtensionsWorkbenchService
21
+ @@ -1121,6 +1125,10 @@ export class ExtensionsWorkbenchService
22
22
// Skip if check updates only for builtin extensions and current extension is not builtin.
23
23
continue;
24
24
}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
68
68
constructor (
69
69
@ILogService private logService: ILogService,
70
70
@INotificationService private notificationService: INotificationService,
71
- @@ -82 ,6 +86 ,10 @@ export class CodeServerClient extends Di
71
+ @@ -81 ,6 +85 ,10 @@ export class CodeServerClient extends Di
72
72
if (this.productService.updateEndpoint) {
73
73
this.checkUpdates(this.productService.updateEndpoint)
74
74
}
@@ -79,7 +79,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
79
79
}
80
80
81
81
private checkUpdates(updateEndpoint: string) {
82
- @@ -133 ,4 +141 ,25 @@ export class CodeServerClient extends Di
82
+ @@ -132 ,4 +140 ,25 @@ export class CodeServerClient extends Di
83
83
84
84
updateLoop();
85
85
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
36
36
===================================================================
37
37
--- code-server.orig/lib/vscode/src/vs/workbench/browser/client.ts
38
38
+++ code-server/lib/vscode/src/vs/workbench/browser/client.ts
39
- @@ -90 ,6 +90 ,10 @@ export class CodeServerClient extends Di
39
+ @@ -89 ,6 +89 ,10 @@ export class CodeServerClient extends Di
40
40
if (this.productService.logoutEndpoint) {
41
41
this.addLogoutCommand(this.productService.logoutEndpoint);
42
42
}
@@ -47,7 +47,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
47
47
}
48
48
49
49
private checkUpdates(updateEndpoint: string) {
50
- @@ -162 ,4 +166 ,17 @@ export class CodeServerClient extends Di
50
+ @@ -161 ,4 +165 ,17 @@ export class CodeServerClient extends Di
51
51
});
52
52
}
53
53
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
29
29
) {
30
30
super();
31
31
}
32
- @@ -72 ,5 +78 ,59 @@ export class CodeServerClient extends Di
32
+ @@ -71 ,5 +77 ,59 @@ export class CodeServerClient extends Di
33
33
},
34
34
});
35
35
}
You can’t perform that action at this time.
0 commit comments