Skip to content

Commit 4d3cdf3

Browse files
committed
Fix remote storage patch hunk structure
1 parent 20d1a27 commit 4d3cdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/remote-storage.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/storage/browser/storageS
964964
===================================================================
965965
--- code-server.orig/lib/vscode/src/vs/workbench/services/storage/browser/storageService.ts
966966
+++ code-server/lib/vscode/src/vs/workbench/services/storage/browser/storageService.ts
967-
@@ -21,1 +21,4 @@
967+
@@ -21,2 +21,4 @@
968968
import { IUserDataProfileService } from '../../userDataProfile/common/userDataProfile.js';
969969
+import { ApplicationStorageDatabaseClient, ProfileStorageDatabaseClient, WorkspaceStorageDatabaseClient } from '../../../../platform/storage/common/storageIpc.js';
970970
+import { IRemoteAgentConnection } from '../../remote/common/remoteAgentService.js';

0 commit comments

Comments
 (0)