Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 590 Bytes

vs-code.md

File metadata and controls

22 lines (13 loc) · 590 Bytes
description
Our favourite code editor rocks on Android too ⚡.

VS Code

Andronix supports VS Code on all four of our support CPU architectures namely ARM64(armv8), armv7, i686 and x86_64.

{% hint style="info" %} Modded OS come installed with VS Code of out the box. {% endhint %}

Debian based distros (Package Manager - apt)

apt install wget -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/vscode_patch.sh && chmod +x vscode_patch.sh && ./vscode_patch.sh