|
1 | 1 | <div id="vscodium-logo" align="center"> |
2 | | - <br /> |
3 | | - <img src="./icons/stable/codium_cnl.svg" alt="VSCodium Logo" width="200"/> |
4 | | - <h1>VSCodium</h1> |
5 | | - <h3>Free/Libre Open Source Software Binaries of Visual Studio Code</h3> |
| 2 | + <br /> |
| 3 | + <img src="./icons/stable/codium_cnl.svg" alt="VSCodium Logo" width="200"/> |
| 4 | + <h1>VSCodium</h1> |
| 5 | + <h3>Free/Libre Open Source Software Binaries of Visual Studio Code</h3> |
6 | 6 | </div> |
7 | 7 |
|
8 | 8 | <div id="badges" align="center"> |
|
20 | 20 | ## Table of Contents |
21 | 21 |
|
22 | 22 | - [Download/Install](#download-install) |
23 | | - - [Install with Brew](#install-with-brew) |
24 | | - - [Install with Windows Package Manager (WinGet)](#install-with-winget) |
25 | | - - [Install with Chocolatey](#install-with-choco) |
26 | | - - [Install with Scoop](#install-with-scoop) |
27 | | - - [Install with snap](#install-with-snap) |
28 | | - - [Install with Package Manager](#install-with-package-manager) |
29 | | - - [Install on Arch Linux](#install-on-arch-linux) |
30 | | - - [Flatpak Option](#flatpak) |
| 23 | + - [Install with Brew](#install-with-brew) |
| 24 | + - [Install with Windows Package Manager (WinGet)](#install-with-winget) |
| 25 | + - [Install with Chocolatey](#install-with-choco) |
| 26 | + - [Install with Scoop](#install-with-scoop) |
| 27 | + - [Install with snap](#install-with-snap) |
| 28 | + - [Install with Package Manager](#install-with-package-manager) |
| 29 | + - [Install on Arch Linux](#install-on-arch-linux) |
| 30 | + - [Flatpak Option](#flatpak) |
31 | 31 | - [Build](#build) |
32 | 32 | - [Why Does This Exist](#why) |
33 | 33 | - [More Info](#more-info) |
@@ -143,12 +143,12 @@ If you want to build from source yourself, head over to [Microsoft's vscode repo |
143 | 143 | Microsoft's build process (which we are running to build the binaries) does download additional files. Those packages downloaded during build are: |
144 | 144 |
|
145 | 145 | - Pre-built extensions from the GitHub: |
146 | | - - [ms-vscode.js-debug-companion](https://github.com/microsoft/vscode-js-debug-companion) |
147 | | - - [ms-vscode.js-debug](https://github.com/microsoft/vscode-js-debug) |
148 | | - - [ms-vscode.vscode-js-profile-table](https://github.com/microsoft/vscode-js-profile-visualizer) |
| 146 | + - [ms-vscode.js-debug-companion](https://github.com/microsoft/vscode-js-debug-companion) |
| 147 | + - [ms-vscode.js-debug](https://github.com/microsoft/vscode-js-debug) |
| 148 | + - [ms-vscode.vscode-js-profile-table](https://github.com/microsoft/vscode-js-profile-visualizer) |
149 | 149 | - From [Electron releases](https://github.com/electron/electron/releases) (using [gulp-atom-electron](https://github.com/joaomoreno/gulp-atom-electron)) |
150 | | - - electron |
151 | | - - ffmpeg |
| 150 | + - electron |
| 151 | + - ffmpeg |
152 | 152 |
|
153 | 153 | ## <a id="more-info"></a>More Info |
154 | 154 |
|
@@ -189,32 +189,32 @@ The minimal version is limited by the core component Electron, you may want to c |
189 | 189 | ## <a id="previously-supported-platforms"></a>Previously Supported Platforms |
190 | 190 |
|
191 | 191 | - GNU/Linux armhf: |
192 | | - - Latest available: [v1.121.03429](https://github.com/VSCodium/vscodium/releases/tag/1.121.03429). |
193 | | - - Breaking point: `node-v24`. |
| 192 | + - Latest available: [v1.121.03429](https://github.com/VSCodium/vscodium/releases/tag/1.121.03429). |
| 193 | + - Breaking point: `node-v24`. |
194 | 194 |
|
195 | 195 | ## <a id="thanks"></a>Special thanks |
196 | 196 |
|
197 | 197 | <table> |
198 | | - <tr> |
199 | | - <td><a href="https://github.com/jaredreich" target="_blank">@jaredreich</a></td> |
200 | | - <td>for the logo</td> |
201 | | - </tr> |
202 | | - <tr> |
203 | | - <td><a href="https://github.com/PalinuroSec" target="_blank">@PalinuroSec</a></td> |
204 | | - <td>for CDN and domain name</td> |
205 | | - </tr> |
206 | | - <tr> |
207 | | - <td><a href="https://www.macstadium.com" target="_blank"><img src="https://images.prismic.io/macstadium/66fbce64-707e-41f3-b547-241908884716_MacStadium_Logo.png?w=128&q=75" width="128" height="49" alt="MacStadium logo" /></a></td> |
208 | | - <td>for providing a Mac mini M1</td> |
209 | | - </tr> |
210 | | - <tr> |
211 | | - <td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td> |
212 | | - <td>for macOS certificate</td> |
213 | | - </tr> |
214 | | - <tr> |
215 | | - <td><a href="https://signpath.org/" target="_blank"><img src="https://avatars.githubusercontent.com/u/34448643" height="30" alt="SignPath logo" /></a></td> |
216 | | - <td>free code signing on Windows provided by <a href="https://signpath.io/" target="_blank">SignPath.io</a>, certificate by <a href="https://signpath.org/" target="_blank">SignPath Foundation</a></td> |
217 | | - </tr> |
| 198 | + <tr> |
| 199 | + <td><a href="https://github.com/jaredreich" target="_blank">@jaredreich</a></td> |
| 200 | + <td>for the logo</td> |
| 201 | + </tr> |
| 202 | + <tr> |
| 203 | + <td><a href="https://github.com/PalinuroSec" target="_blank">@PalinuroSec</a></td> |
| 204 | + <td>for CDN and domain name</td> |
| 205 | + </tr> |
| 206 | + <tr> |
| 207 | + <td><a href="https://www.macstadium.com" target="_blank"><img src="https://images.prismic.io/macstadium/66fbce64-707e-41f3-b547-241908884716_MacStadium_Logo.png?w=128&q=75" width="128" height="49" alt="MacStadium logo" /></a></td> |
| 208 | + <td>for providing a Mac mini M1</td> |
| 209 | + </tr> |
| 210 | + <tr> |
| 211 | + <td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td> |
| 212 | + <td>for macOS certificate</td> |
| 213 | + </tr> |
| 214 | + <tr> |
| 215 | + <td><a href="https://signpath.org/" target="_blank"><img src="https://avatars.githubusercontent.com/u/34448643" height="30" alt="SignPath logo" /></a></td> |
| 216 | + <td>free code signing on Windows provided by <a href="https://signpath.io/" target="_blank">SignPath.io</a>, certificate by <a href="https://signpath.org/" target="_blank">SignPath Foundation</a></td> |
| 217 | + </tr> |
218 | 218 | </table> |
219 | 219 |
|
220 | 220 | ## <a id="license"></a>License |
|
0 commit comments