myfreeer / vscode-portable

make visual studio code portable with dll-hijack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

make visual studio code portable with dll-hijack

License:GNU Lesser General Public License v2.1


Languages

Language:C 63.0%Language:Shell 18.9%Language:CMake 9.2%Language:Batchfile 8.9%