简体   繁体   中英

Visual Studio Code run code in the terminal

error when run terminal:

The terminal process failed to launch: A native exception occurred during launch (/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/share/code/resources/app/node_modules.asar.unpacked/node-pty/build/Release/pty.node)).

I had the same issue on my RHEL 7.9 laptop. I downgraded VS Code to the last version that works - 1.52.1, and prevent it from auto updating:

# sudo yum downgrade code-1.52.1
# sudo yum versionlock add code

Cheers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM