/vscode-portable

make visual studio code portable with dll-hijack

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

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