Skip to content

Commit da4f4c3

Browse files
committed
chore: refresh display-language.diff
1 parent 661e1de commit da4f4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/display-language.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Index: code-server/lib/vscode/src/vs/base/common/platform.ts
4242
export const LANGUAGE_DEFAULT = 'en';
4343

4444
let _isWindows = false;
45-
@@ -83,17 +81,19 @@ if (typeof navigator === 'object' && !is
45+
@@ -86,17 +84,19 @@ if (typeof navigator === 'object' && !is
4646
_isMobile = _userAgent?.indexOf('Mobi') >= 0;
4747
_isWeb = true;
4848

@@ -125,7 +125,7 @@ Index: code-server/lib/vscode/src/vs/platform/environment/common/environmentServ
125125
===================================================================
126126
--- code-server.orig/lib/vscode/src/vs/platform/environment/common/environmentService.ts
127127
+++ 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
129129
return URI.file(join(vscodePortable, 'argv.json'));
130130
}
131131

0 commit comments

Comments
 (0)