mirror of
https://github.com/coder/code-server.git
synced 2026-05-15 00:37:26 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
6
lib/vscode/src/bootstrap-fork.js
vendored
6
lib/vscode/src/bootstrap-fork.js
vendored
@@ -49,7 +49,11 @@ require('./bootstrap-amd').load(process.env['VSCODE_AMD_ENTRYPOINT']);
|
||||
function pipeLoggingToParent() {
|
||||
const MAX_LENGTH = 100000;
|
||||
|
||||
// Prevent circular stringify and convert arguments to real array
|
||||
/**
|
||||
* Prevent circular stringify and convert arguments to real array
|
||||
*
|
||||
* @param {IArguments} args
|
||||
*/
|
||||
function safeToArray(args) {
|
||||
const seen = [];
|
||||
const argsArray = [];
|
||||
|
||||
Reference in New Issue
Block a user