make visual studio code
portable with dll-hijack.
Put version.dll
in the same folder of Code.exe
.
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