Skip to content

Commit 2b48a41

Browse files
committed
Removed environment variable that disabled the libuv use of io_uring in AL2023 (VSCode VM) since this issue has now been resolved.
1 parent ca9ceeb commit 2b48a41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup/setup-vscode.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
## go to tmp directory
44
cd /tmp
55

6-
# temporarily disable the libuv use of io_uring https://github.com/amazonlinux/amazon-linux-2023/issues/840
7-
export UV_USE_IO_URING=0
8-
96
sudo yum update
107
sudo yum install -y npm
118

0 commit comments

Comments
 (0)