vscode-portable
May 14, 2018 ยท View on GitHub
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