vscode-portable icon indicating copy to clipboard operation
vscode-portable copied to clipboard

make visual studio code portable with dll-hijack

trafficstars

vscode-portable

Build status Download Latest Release GitHub license

make visual studio code portable with dll-hijack.

Usage

Put version.dll in the same folder of Code.exe.

Compile

Requirements: git, cmake, mingw gcc, ninja. Run build.sh or follow steps below:

git clone https://github.com/myfreeer/vscode-portable.git
cd vscode-portable
mkdir build
cd build
cmake -GNinja ..
ninja

Credits

  • https://github.com/shuax/GreenChrome
  • https://github.com/TsudaKageyu/minhook
  • https://github.com/myfreeer/dll-hijack
  • https://github.com/myfreeer/qbittorrent-portable