set UV_USE_IO_URING in code server for linux (#212791)
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" "$@"
|
||||
|
|
Loading…
Reference in New Issue