All Projects → myfreeer → vscode-portable

myfreeer / vscode-portable

Licence: LGPL-2.1 license
make visual studio code portable with dll-hijack

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
CMake
9771 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to vscode-portable

Vscode Portable
Portable version of the Visual Studio Code editor
Stars: ✭ 448 (+2535.29%)
Mutual labels:  portable, visual-studio-code
porth-language
VSCode extension for the Porth language
Stars: ✭ 21 (+23.53%)
Mutual labels:  visual-studio-code
oracle-jdk-portable
🚀 Oracle JDK portable for Windows
Stars: ✭ 24 (+41.18%)
Mutual labels:  portable
icls-vs-code-dark-plus
Visual Studio Code Dark Plus-like color scheme for PhpStorm and other JetBrains IDEs
Stars: ✭ 24 (+41.18%)
Mutual labels:  visual-studio-code
mulle-allocator
🔄 Flexible C memory allocation scheme
Stars: ✭ 77 (+352.94%)
Mutual labels:  portable
grafito
Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
Stars: ✭ 95 (+458.82%)
Mutual labels:  portable
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (+247.06%)
Mutual labels:  visual-studio-code
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (+288.24%)
Mutual labels:  visual-studio-code
NetCoreBeauty
Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
Stars: ✭ 228 (+1241.18%)
Mutual labels:  portable
vscode-theme-relaxed
🕶️ A relaxed Visual Studio Code theme to take a more relaxed view of things.
Stars: ✭ 84 (+394.12%)
Mutual labels:  visual-studio-code
testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (+217.65%)
Mutual labels:  visual-studio-code
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 101 (+494.12%)
Mutual labels:  portable
Juka
🥣 Juka Programming Language - Fast Portable Programming Language. Run code anywhere without complicated installations and admin rights. Simple, yet powerful new programming language [Easy to code and run on any system] IOT devices supported!
Stars: ✭ 68 (+300%)
Mutual labels:  portable
mathpad
Interactive scratchpad calculator for VS Code
Stars: ✭ 20 (+17.65%)
Mutual labels:  visual-studio-code
susuwatari
A light monochrome theme with a minimal amount of highlighting for Visual Studio Code
Stars: ✭ 16 (-5.88%)
Mutual labels:  visual-studio-code
CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+117.65%)
Mutual labels:  visual-studio-code
MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗶𝗻𝗶𝗳𝗶𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 𝘾𝙤𝙢𝙥𝙧𝙚𝙨𝙨 and 𝙜𝙯𝙞𝙥 files and folders 📦 Reduce your bundle and file sizes with lightning speed ⚡
Stars: ✭ 54 (+217.65%)
Mutual labels:  visual-studio-code
CWP-Utilities
Combined Windows Privacy Utilities | Hosts file updater, block list manager, and more. Open source tools for Windows users, to help ensure privacy & security. Block ads, spyware domains, and other malicious activity/traffic, all through a simple interface.
Stars: ✭ 63 (+270.59%)
Mutual labels:  portable
cryptopocket
🔐 Encrypt anything, then Decrypt by providing a required key.
Stars: ✭ 22 (+29.41%)
Mutual labels:  portable
onionjuggler
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Stars: ✭ 31 (+82.35%)
Mutual labels:  portable

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].