Created
September 18, 2018 07:40
-
-
Save Yehonal/3445dfa24e3e374db177d001726bb9c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make a copy of the relevant library | |
mkdir ~/lib | |
cp /usr/lib/x86_64-linux-gnu/libxcb.so.1 ~/lib | |
sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' ~/lib/libxcb.so.1 | |
# set the dynamic loader path to put your library first before executing VS Code | |
LD_LIBRARY_PATH=$HOME/lib code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment