mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +02:00
Update Code to 1.109.0 (#7661)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user