Skip to content

Commit 927369d

Browse files
committed
Website: update VS Code install instructions
Extensions on the Visual Studio Code marketplace website sometimes don't have an "Install" button. (The page on my macOS machine does have an "Install" button, but the page on my Linux Mint machine does not.) Update our instructions so they make sense if the "Install" button is missing.
1 parent 36dafd7 commit 927369d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/public/install/index.ejs.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,11 @@ <h2>
10411041
href="https://marketplace.visualstudio.com/items?itemName=quick-lint.quick-lint-js"
10421042
>quick-lint-js extension</a
10431043
>
1044-
page, then click the <em>Install</em> button.
1044+
page, then click the <em>Install</em> button. If the
1045+
<em>Install</em> button is missing, copy the
1046+
<em>Installation</em> command, open Visual Studio Code, press
1047+
<kbd>CTRL-P</kbd> (Linux or Windows) or <kbd>CMD-P</kbd> (macOS), then
1048+
paste the copied command.
10451049
</p>
10461050
<p>
10471051
Alternatively, open Visual Studio Code, open the Extensions panel, and

0 commit comments

Comments
 (0)