Update to Code 1.91.0 (#6885)

This commit is contained in:
Asher
2024-07-08 22:10:34 +00:00
committed by GitHub
parent 6514ba4bf3
commit 090e0fad76
9 changed files with 33 additions and 25 deletions

View File

@@ -94,10 +94,10 @@ Index: code-server/lib/vscode/src/vs/workbench/api/node/extensionHostProcess.ts
*--------------------------------------------------------------------------------------------*/
+import * as _http from 'http';
import minimist from 'minimist';
import * as nativeWatchdog from 'native-watchdog';
import * as net from 'net';
import * as minimist from 'minimist';
@@ -418,7 +419,28 @@ async function startExtensionHostProcess
@@ -421,7 +422,28 @@ async function startExtensionHostProcess
);
// rewrite onTerminate-function to be a proper shutdown