File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
48
48
===================================================================
49
49
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
50
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'); }
51
+ @@ -78 ,7 +78 ,14 @@ export class BrowserWorkbenchEnvironment
52
+ get logFile(): URI { return joinPath(this.windowLogsPath , 'window.log'); }
53
53
54
54
@memoize
55
55
- get userRoamingDataHome(): URI { return URI.file('/User').with({ scheme: Schemas.vscodeUserData }); }
You can’t perform that action at this time.
0 commit comments