Skip to content

Commit 36dafd7

Browse files
committed
Website: add install instructions for VSCodium with Open VSX
1 parent d7b6e13 commit 36dafd7

File tree

2 files changed

+404
-21
lines changed

2 files changed

+404
-21
lines changed

website/public/install/index.ejs.html

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,7 @@ <h2>Install quick-lint-js</h2>
460460
<td><span aria-label="not installed"></span></td>
461461
<td><span aria-label="not installed"></span></td>
462462
<td class="good">
463-
<a href="#open-vsx"
464-
><span aria-label="installed"></span></a
465-
>
463+
<a href="#open-vsx"><span aria-label="installed"></span></a>
466464
</td>
467465
<td><span aria-label="not installed"></span></td>
468466
</tr>
@@ -1053,7 +1051,8 @@ <h2>
10531051

10541052
<article id="open-vsx">
10551053
<h2>
1056-
<img class="install-logo" src="../open-vsx.svg" alt="" />&nbsp;Open VSX
1054+
<img class="install-logo" src="../open-vsx.svg" alt="" />&nbsp;Open
1055+
VSX
10571056
</h2>
10581057
<p>
10591058
Supported operating systems:
@@ -1072,28 +1071,30 @@ <h2>
10721071
/>
10731072
</p>
10741073

1074+
<p>quick-lint-js has a VSCodium extension on the Open VSX registry.</p>
10751075
<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>.
1076+
Open VSCodium, open the Extensions panel, and search for
1077+
<kbd>quick-lint-js</kbd>.
10811078
</p>
10821079
<p>Alternatively, install the extension manually:</p>
10831080
<ol>
10841081
<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.
1082+
Visit the
1083+
<a href="https://open-vsx.org/extension/quick-lint/quick-lint-js"
1084+
>quick-lint-js extension</a
1085+
>
1086+
page.
1087+
</li>
1088+
1089+
<li>Click the <em>Download</em> button.</li>
1090+
<li>Open VSCodium.</li>
1091+
<li>Open the Extensions panel.</li>
1092+
<li>Click the "..." to open a menu.</li>
1093+
<li>Select <em>Install from VSIX...</em>.</li>
1094+
<li>
1095+
Choose the <code>quick-lint.quick-lint-js-0.2.0.vsix</code> file you
1096+
downloaded.
1097+
</li>
10971098
</ol>
10981099
</article>
10991100

0 commit comments

Comments
 (0)