Skip to content

Commit

Permalink
Revert accidental newline removal in patch
Browse files Browse the repository at this point in the history
It makes the patch needlessly noisy.  I am not sure how the line got
deleted in the first place.
  • Loading branch information
code-asher committed Nov 1, 2024
1 parent 8789dec commit 952523f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions patches/integration.diff
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts

function sanitizeStringArg(val: any): string | undefined {
if (Array.isArray(val)) { // if an argument is passed multiple times, minimist creates an array
@@ -228,7 +232,6 @@ async function findFreePort(host: string
}

async function loadCode(nlsConfiguration: INLSConfiguration) {
-
// required for `bootstrap-esm` to pick up NLS messages
process.env['VSCODE_NLS_CONFIG'] = JSON.stringify(nlsConfiguration);

@@ -283,3 +286,22 @@ function prompt(question: string): Promi
@@ -283,3 +287,22 @@ function prompt(question: string): Promi
});
});
}
Expand Down

0 comments on commit 952523f

Please sign in to comment.