0

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)).

Hans Passant
  • 922,412
  • 146
  • 1,693
  • 2,536

1 Answers1

0

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