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 @@ -159,7 +159,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
159
159
===================================================================
160
160
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
161
161
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
162
- @@ -36 ,6 +36 ,11 @@ export interface IBrowserWorkbenchEnviro
162
+ @@ -37 ,6 +37 ,11 @@ export interface IBrowserWorkbenchEnviro
163
163
* Enable downloading files via menu actions.
164
164
*/
165
165
readonly isEnabledFileDownloads?: boolean;
@@ -171,7 +171,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
171
171
}
172
172
173
173
export class BrowserWorkbenchEnvironmentService implements IBrowserWorkbenchEnvironmentService {
174
- @@ -74 ,6 +79 ,13 @@ export class BrowserWorkbenchEnvironment
174
+ @@ -99 ,6 +104 ,13 @@ export class BrowserWorkbenchEnvironment
175
175
return this.options.isEnabledFileDownloads;
176
176
}
177
177
You can’t perform that action at this time.
0 commit comments