Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/software/IDEs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ Fedora is not recommended for use of Jetbrains IDE.
<Callout type="info">Andronix supports VS Code on all four of our support CPU architectures, namely ARM64(armv8), armv7,
i686 and x86_64.</Callout>

<Callout type="default">VS Code comes pre-installed with out Modded OSs.</Callout>
<Callout type="default">VS Code comes pre-installed with our Modded OSs.</Callout>

### Debian based distros (Package Manager - apt)

Please execute the following command from within the distro's shell-

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