File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Index: code-server/lib/vscode/src/vs/platform/environment/common/argv.ts
7878===================================================================
7979--- code-server.orig/lib/vscode/src/vs/platform/environment/common/argv.ts
8080+++ code-server/lib/vscode/src/vs/platform/environment/common/argv.ts
81- @@ -145 ,6 +145 ,7 @@ export interface NativeParsedArgs {
81+ @@ -149 ,6 +149 ,7 @@ export interface NativeParsedArgs {
8282 'disable-chromium-sandbox'?: boolean;
8383 sandbox?: boolean;
8484 'enable-coi'?: boolean;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Index: code-server/lib/vscode/build/gulpfile.extensions.ts
22===================================================================
33--- code-server.orig/lib/vscode/build/gulpfile.extensions.ts
44+++ code-server/lib/vscode/build/gulpfile.extensions.ts
5- @@ -287 ,6 +287 ,29 @@ export const compileCopilotExtensionBuil
5+ @@ -293 ,6 +293 ,29 @@ export const compileCopilotExtensionBuil
66 gulp.task(compileCopilotExtensionBuildTask);
77
88 /**
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/storage/browser/storageS
2121
2222 export class BrowserStorageService extends AbstractStorageService {
2323
24- @@ -300 ,7 +301 ,11 @@ export class IndexedDBStorageDatabase ex
24+ @@ -328 ,7 +329 ,11 @@ export class IndexedDBStorageDatabase ex
2525 }
2626
2727 static async createWorkspaceStorage(workspaceId: string, logService: ILogService): Promise<IIndexedDBStorageDatabase> {
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
101101
102102 readonly version: string;
103103 readonly date?: string;
104- @@ -118 ,6 +119 ,7 @@ export interface IProductConfiguration {
104+ @@ -119 ,6 +120 ,7 @@ export interface IProductConfiguration {
105105 readonly resourceUrlTemplate: string;
106106 readonly nlsBaseUrl: string;
107107 readonly accessSKUs?: string[];
Original file line number Diff line number Diff line change @@ -70,21 +70,12 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/webview/browser/pre/index
7070 <meta charset="UTF-8">
7171
7272 <meta http-equiv="Content-Security-Policy"
73- - content="default-src 'none'; script-src 'sha256-TaWGDzV7c9rUH2q/5ygOyYUHSyHIqBMYfucPh3lnKvU =' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
73+ - content="default-src 'none'; script-src 'sha256-q+WTr+fBXpLLE3++yWNaxT6BTWQtsKscoeIlynBRk4E =' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
7474+ content="default-src 'none'; script-src 'sha256-nQZh+9dHKZP2cHbhYlCbWDtqxxJtGjRGBx57zNP2DZM=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
7575
7676 <!-- Disable pinch zooming -->
7777 <meta name="viewport"
78- @@ -256,7 +256,7 @@
79- }
80-
81- const swPath = encodeURI(`service-worker.js?v=${expectedWorkerVersion}&vscode-resource-base-authority=${searchParams.get('vscode-resource-base-authority')}&remoteAuthority=${searchParams.get('remoteAuthority') ?? ''}`);
82- - navigator.serviceWorker.register(swPath, { type: 'module' })
83- + navigator.serviceWorker.register(swPath)
84- .then(async registration => {
85- /**
86- * @param {MessageEvent} event
87- @@ -370,6 +370,12 @@
78+ @@ -332,6 +332,12 @@
8879
8980 const hostname = location.hostname;
9081
You can’t perform that action at this time.
0 commit comments