mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
set UV_USE_IO_URING in code server for linux (#212791)
This commit is contained in:
committed by
GitHub
parent
0891d3031c
commit
243494c178
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user