set UV_USE_IO_URING in code server for linux (#212791)

This commit is contained in:
Martin Aeschlimann
2024-05-15 11:38:47 +02:00
committed by GitHub
parent 0891d3031c
commit 243494c178

View File

@@ -9,4 +9,6 @@ esac
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
export UV_USE_IO_URING=0 # workaround for https://github.com/microsoft/vscode/issues/212678
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"