We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0d1d2 commit 44fa1f3Copy full SHA for 44fa1f3
patches/local-storage.diff
@@ -48,8 +48,8 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
48
===================================================================
49
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
50
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
51
-@@ -53,7 +53,14 @@ export class BrowserWorkbenchEnvironment
52
- get logFile(): URI { return joinPath(this.logsHome, 'window.log'); }
+@@ -78,7 +78,14 @@ export class BrowserWorkbenchEnvironment
+ get logFile(): URI { return joinPath(this.windowLogsPath, 'window.log'); }
53
54
@memoize
55
- get userRoamingDataHome(): URI { return URI.file('/User').with({ scheme: Schemas.vscodeUserData }); }
0 commit comments