Skip to content

Commit f68202e

Browse files
committed
fix: use correct path for localeService
1 parent 77586cd commit f68202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/display-language.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Index: code-server/lib/vscode/src/vs/workbench/workbench.web.main.ts
231231

232232
+// Localization. These do not actually import anything specific to Electron so
233233
+// they should be safe.
234-
+import 'vs/workbench/services/localization/electron-sandbox/localeService';
234+
+import 'vs/workbench/contrib/localization/electron-sandbox/localeService';
235235
+import 'vs/workbench/contrib/localization/electron-sandbox/localization.contribution';
236236
+import 'vs/platform/languagePacks/browser/languagePacks';
237237
+

0 commit comments

Comments
 (0)