Skip to content

Commit d7b6e13

Browse files
committed
Website: add instructions for VSCodium
1 parent dec9bf3 commit d7b6e13

File tree

2 files changed

+160
-0
lines changed

2 files changed

+160
-0
lines changed

website/public/install/index.ejs.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,55 @@ <h2>Install quick-lint-js</h2>
418418
<td><span aria-label="not installed"></span></td>
419419
</tr>
420420

421+
<tr>
422+
<th>
423+
<a href="#open-vsx">
424+
<img
425+
class="install-logo"
426+
src="../open-vsx.svg"
427+
alt=""
428+
aria-labeled-by="install-method-open-vsx"
429+
/>&nbsp;<span id="install-method-open-vsx"
430+
>Open&nbsp;VSX</span
431+
></a
432+
>
433+
</th>
434+
435+
<td class="os">
436+
<img
437+
class="os-logo"
438+
src="../linux.svg"
439+
alt="GNU/Linux"
440+
title="GNU/Linux"
441+
/>
442+
</td>
443+
<td class="os">
444+
<img
445+
class="os-logo"
446+
src="../macos.svg"
447+
alt="macOS"
448+
title="macOS"
449+
/>
450+
</td>
451+
<td class="os">
452+
<img
453+
class="os-logo"
454+
src="../windows.svg"
455+
alt="Windows"
456+
title="Windows"
457+
/>
458+
</td>
459+
460+
<td><span aria-label="not installed"></span></td>
461+
<td><span aria-label="not installed"></span></td>
462+
<td class="good">
463+
<a href="#open-vsx"
464+
><span aria-label="installed"></span></a
465+
>
466+
</td>
467+
<td><span aria-label="not installed"></span></td>
468+
</tr>
469+
421470
<tr>
422471
<th><a href="#manual">Manual (pre-built)</a></th>
423472

@@ -1002,6 +1051,52 @@ <h2>
10021051
</p>
10031052
</article>
10041053

1054+
<article id="open-vsx">
1055+
<h2>
1056+
<img class="install-logo" src="../open-vsx.svg" alt="" />&nbsp;Open VSX
1057+
</h2>
1058+
<p>
1059+
Supported operating systems:
1060+
<img
1061+
class="os-logo"
1062+
src="../linux.svg"
1063+
alt="GNU/Linux"
1064+
title="GNU/Linux"
1065+
/>
1066+
<img class="os-logo" src="../macos.svg" alt="macOS" title="macOS" />
1067+
<img
1068+
class="os-logo"
1069+
src="../windows.svg"
1070+
alt="Windows"
1071+
title="Windows"
1072+
/>
1073+
</p>
1074+
1075+
<p>
1076+
quick-lint-js has a VSCodium extension on the Open VSX registry.
1077+
</p>
1078+
<p>
1079+
Open VSCodium, open the Extensions panel, and
1080+
search for <kbd>quick-lint-js</kbd>.
1081+
</p>
1082+
<p>Alternatively, install the extension manually:</p>
1083+
<ol>
1084+
<li>
1085+
Visit the
1086+
<a
1087+
href="https://open-vsx.org/extension/quick-lint/quick-lint-js"
1088+
>quick-lint-js extension</a
1089+
>
1090+
page.
1091+
<li>Click the <em>Download</em> button.
1092+
<li>Open VSCodium.
1093+
<li>Open the Extensions panel.
1094+
<li>Click the "..." to open a menu.
1095+
<li>Select <em>Install from VSIX...</em>.
1096+
<li>Choose the <code>quick-lint.quick-lint-js-0.2.0.vsix</code> file you downloaded.
1097+
</ol>
1098+
</article>
1099+
10051100
<article id="manual">
10061101
<h2>Manual (pre-built)</h2>
10071102
<p>

website/public/open-vsx.svg

Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)