Update Code to 1.109.0 (#7661)

This commit is contained in:
Olivier Benz
2026-02-10 17:32:26 +01:00
committed by GitHub
parent e90504b8cf
commit 954ceae6e0
11 changed files with 25 additions and 25 deletions

View File

@@ -94,7 +94,7 @@ 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 nativeWatchdog from '@vscode/native-watchdog';
import * as net from 'net';
@@ -469,7 +470,28 @@ async function startExtensionHostProcess
);