项目作者: myfreeer

项目描述 :
make visual studio code portable with dll-hijack
高级语言: C
项目地址: git://github.com/myfreeer/vscode-portable.git
创建时间: 2018-05-14T08:13:54Z
项目社区:https://github.com/myfreeer/vscode-portable

开源协议:GNU Lesser General Public License v2.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:

  1. git clone https://github.com/myfreeer/vscode-portable.git
  2. cd vscode-portable
  3. mkdir build
  4. cd build
  5. cmake -GNinja ..
  6. ninja

Credits