Archived
1
0

chore: update Code to 1.71.1 (#5558)

* chore: update Code to 1.71.1

* chore: refresh patches

* docs: add quilt refresh tip
This commit is contained in:
Joe Previte
2022-09-15 14:49:28 -07:00
committed by GitHub
parent 309a3b2c6e
commit 7ecfb95569
6 changed files with 16 additions and 7 deletions

View File

@ -36,7 +36,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
===================================================================
--- code-server.orig/lib/vscode/src/vs/workbench/browser/client.ts
+++ code-server/lib/vscode/src/vs/workbench/browser/client.ts
@@ -90,6 +90,10 @@ export class CodeServerClient extends Di
@@ -89,6 +89,10 @@ export class CodeServerClient extends Di
if (this.productService.logoutEndpoint) {
this.addLogoutCommand(this.productService.logoutEndpoint);
}
@ -47,7 +47,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
}
private checkUpdates(updateEndpoint: string) {
@@ -162,4 +166,17 @@ export class CodeServerClient extends Di
@@ -161,4 +165,17 @@ export class CodeServerClient extends Di
});
}
}