mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
chore: update remote node.js (#213439)
* chore: update remote node.js to v20.11.1 * chore: remove io_uring workaround * chore: update checksums * temp: update distro * ci: rebuild cache * chore: bump distro
This commit is contained in:
@@ -9,8 +9,4 @@ esac
|
||||
|
||||
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
|
||||
|
||||
# workaround for https://github.com/microsoft/vscode/issues/212678
|
||||
# Remove this once we update to Node.js >= 20.11.x
|
||||
export UV_USE_IO_URING=0
|
||||
|
||||
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"
|
||||
|
||||
Reference in New Issue
Block a user