Skip to content

Instantly share code, notes, and snippets.

@Yehonal
Created September 18, 2018 07:40
Show Gist options
  • Save Yehonal/3445dfa24e3e374db177d001726bb9c9 to your computer and use it in GitHub Desktop.
Save Yehonal/3445dfa24e3e374db177d001726bb9c9 to your computer and use it in GitHub Desktop.
# 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