File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
85
85
===================================================================
86
86
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
87
87
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
88
- @@ -36 ,6 +36 ,11 @@ export interface IBrowserWorkbenchEnviro
88
+ @@ -37 ,6 +37 ,11 @@ export interface IBrowserWorkbenchEnviro
89
89
* Enable downloading files via menu actions.
90
90
*/
91
91
readonly isEnabledFileDownloads?: boolean;
@@ -97,7 +97,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
97
97
}
98
98
99
99
export class BrowserWorkbenchEnvironmentService implements IBrowserWorkbenchEnvironmentService {
100
- @@ -74 ,6 +79 ,13 @@ export class BrowserWorkbenchEnvironment
100
+ @@ -99 ,6 +104 ,13 @@ export class BrowserWorkbenchEnvironment
101
101
return this.options.isEnabledFileDownloads;
102
102
}
103
103
You can’t perform that action at this time.
0 commit comments