Skip to content

Commit 48bd5e1

Browse files
committed
fix: make lifecycle constants part of quilt patch
1 parent ae88c1a commit 48bd5e1

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
@@ -2,7 +2,7 @@ Reuse VS Code's Electron storage service for remote persistence
22

33
--- code-server.orig/lib/vscode/src/vs/platform/storage/electron-main/storageMainService.ts
44
+++ code-server/lib/vscode/src/vs/platform/storage/electron-main/storageMainService.ts
5-
@@ -14 +14 @@
5+
@@ -14 +14,6 @@
66
-import { ILifecycleMainService, LifecycleMainPhase, ShutdownReason } from '../../lifecycle/electron-main/lifecycleMainService.js';
77
+import type { ILifecycleMainService, ShutdownReason } from '../../lifecycle/electron-main/lifecycleMainService.js';
88
+

0 commit comments

Comments
 (0)