mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
chore: bump electron@29.4.0 (#213050)
* chore: bump electron@29.4.0
* chore: remove io_uring workaround
* chore: bump distro
* chore: update dialog result for canceled save dialogs
Refs fe01ed750a
* chore: add back io_uring workaround for remote oss tests
* chore: update nodejs v20.9.0 build
* chore: add back io_uring workaround for remote tests
This commit is contained in:
@@ -9,6 +9,8 @@ esac
|
||||
|
||||
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
|
||||
|
||||
export UV_USE_IO_URING=0 # workaround for https://github.com/microsoft/vscode/issues/212678
|
||||
# workaround for https://github.com/microsoft/vscode/issues/212678
|
||||
# Remove this once we update to Node.js >= 20.11.x
|
||||
export UV_USE_IO_URING=0
|
||||
|
||||
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"
|
||||
|
||||
Reference in New Issue
Block a user