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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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" "$@"