Skip to content

Commit

Permalink
set UV_USE_IO_URING in code server for linux (microsoft#212791)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored May 15, 2024
1 parent 0891d30 commit 243494c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/server/bin/code-server-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" "$@"

0 comments on commit 243494c

Please sign in to comment.