Skip to content

Commit 952523f

Browse files
committed
Revert accidental newline removal in patch
It makes the patch needlessly noisy. I am not sure how the line got deleted in the first place.
1 parent 8789dec commit 952523f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

patches/integration.diff

+1-9
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts
299299

300300
function sanitizeStringArg(val: any): string | undefined {
301301
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
302+
@@ -283,3 +287,22 @@ function prompt(question: string): Promi
311303
});
312304
});
313305
}

0 commit comments

Comments
 (0)