We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9ac33 commit 2d1fa06Copy full SHA for 2d1fa06
patches/integration.diff
@@ -292,7 +292,7 @@ Index: code-server/lib/vscode/src/server-main.ts
292
+ osLocale: 'en',
293
+ commit: product.commit,
294
+ userDataPath: '',
295
-+ nlsMetadataPath: __dirname,
++ nlsMetadataPath: import.meta.dirname,
296
+ });
297
+ return loadCode(nlsConfiguration);
298
+}
0 commit comments