Skip to content

myfreeer/vscode-portable

Repository files navigation

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