Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 4.15 KB

File metadata and controls

78 lines (54 loc) · 4.15 KB

current release license

This is a fork of Microsoft's vscode repository using MantineUI and VSCodium's Build Scripts

Table of Contents

Download/Install

🎉 🎉 Download latest release here: stable 🎉 🎉

Build

Build instructions can be found here

Why Does This Exist

We (Limbo Development) forked VSCode to develop AetherCode because we didn't quite like the appearance of VSCode in general, and wanted to see what it would look like with a more smooth/visually appealing look.

Microsoft's build process (which we are running to build the binaries) does download additional files. Those packages downloaded during build are:

More Info

Documentation

For more information on getting all the telemetry disabled, tips for migrating from Visual Studio Code to VSCodium and more, have a look at the Docs page page.

Extensions and the Marketplace

According to the Visual Studio Marketplace Terms of Use, you may only install and use Marketplace Offerings with Visual Studio Products and Services. For this reason, AetherCode uses open-vsx.org, an open source registry for Visual Studio Code extensions. See the Extensions + Marketplace section on the VSCodium Docs page for more details.

Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium. See this note on the VSCodium Docs page for what's been found so far and possible workarounds.

Supported Platforms

The minimal version is limited by the core component Electron, you may want to check its platform prerequisites.

  • macOS (zip, dmg) macOS 12 or newer x64
  • macOS (zip, dmg) macOS 12 or newer arm64
  • GNU/Linux x64 (deb, rpm, AppImage, tar.gz)
  • GNU/Linux arm64 (deb, rpm, tar.gz)
  • GNU/Linux armhf (deb, rpm, tar.gz)
  • GNU/Linux riscv64 (tar.gz)
  • GNU/Linux loong64 (tar.gz)
  • GNU/Linux ppc64le (tar.gz)
  • Windows 10 / Server 2012 R2 or newer x64
  • Windows 10 / Server 2012 R2 or newer arm64

License

MIT