8000
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 8789dec commit 952523fCopy full SHA for 952523f
patches/integration.diff
@@ -299,15 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts
299
300
function sanitizeStringArg(val: any): string | undefined {
301
if (Array.isArray(val)) { // if an argument is passed multiple times, minimist creates an array
302
-@@ -228,7 +232,6 @@ async function findFreePort(host: string
303
- }
304
-
305
- async function loadCode(nlsConfiguration: INLSConfiguration) {
306
--
307
- // required for `bootstrap-esm` to pick up NLS messages
308
- process.env['VSCODE_NLS_CONFIG'] = JSON.stringify(nlsConfiguration);
309
310
-@@ -283,3 +286,22 @@ function prompt(question: string): Promi
+@@ -283,3 +287,22 @@ function prompt(question: string): Promi
311
});
312
313
}
0 commit comments