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 @@ -42,7 +42,7 @@ Index: code-server/lib/vscode/src/vs/base/common/platform.ts
42
42
export const LANGUAGE_DEFAULT = 'en';
43
43
44
44
let _isWindows = false;
45
- @@ -83 ,17 +81 ,19 @@ if (typeof navigator === 'object' && !is
45
+ @@ -86 ,17 +84 ,19 @@ if (typeof navigator === 'object' && !is
46
46
_isMobile = _userAgent?.indexOf('Mobi') >= 0;
47
47
_isWeb = true;
48
48
@@ -125,7 +125,7 @@ Index: code-server/lib/vscode/src/vs/platform/environment/common/environmentServ
125
125
===================================================================
126
126
--- code-server.orig/lib/vscode/src/vs/platform/environment/common/environmentService.ts
127
127
+++ code-server/lib/vscode/src/vs/platform/environment/common/environmentService.ts
128
- @@ -110 ,7 +110 ,7 @@ export abstract class AbstractNativeEnvi
128
+ @@ -107 ,7 +107 ,7 @@ export abstract class AbstractNativeEnvi
129
129
return URI.file(join(vscodePortable, 'argv.json'));
130
130
}
131
131
You can’t perform that action at this time.
0 commit comments