@@ -239,8 +239,18 @@ <h2>Install quick-lint-js</h2>
239
239
/>
240
240
</ td >
241
241
242
- < td class ="good ">
243
- < a href ="#npm "> < span aria-label ="installed "> ✅</ span > </ a >
242
+ < td class ="meh ">
243
+ < a href ="#npm ">
244
+ < span
245
+ > < span aria-label ="installed "> ✅</ span
246
+ > < span
247
+ aria-label ="goodies not included "
248
+ title ="goodies not included "
249
+ class ="footnote-marker "
250
+ > *</ span
251
+ > </ span
252
+ >
253
+ </ a >
244
254
</ td >
245
255
< td class ="meh ">
246
256
< a href ="#npm "
@@ -250,7 +260,7 @@ <h2>Install quick-lint-js</h2>
250
260
aria-label ="not installed globally "
251
261
title ="not installed globally "
252
262
class ="footnote-marker "
253
- > *</ span
263
+ > ** </ span
254
264
> </ span
255
265
> </ a
256
266
>
@@ -450,8 +460,18 @@ <h2>Install quick-lint-js</h2>
450
460
/>
451
461
</ td >
452
462
453
- < td class ="good ">
454
- < a href ="#manual "> < span aria-label ="installed "> ✅</ span > </ a >
463
+ < td class ="meh ">
464
+ < a href ="#manual "
465
+ > < span
466
+ > < span aria-label ="installed "> ✅</ span
467
+ > < span
468
+ aria-label ="goodies not included "
469
+ title ="goodies not included "
470
+ class ="footnote-marker "
471
+ > *</ span
472
+ > </ span
473
+ > </ a
474
+ >
455
475
</ td >
456
476
< td class ="good ">
457
477
< a href ="#manual "> < span aria-label ="installed "> ✅</ span > </ a >
@@ -537,7 +557,11 @@ <h2>Install quick-lint-js</h2>
537
557
</ table >
538
558
< figcaption >
539
559
< p >
540
- < span aria-labeled-by ="footnote-lsp-not-global "> *</ span > The LSP
560
+ < span > *</ span > This installation method might not install extras
561
+ such as documentation or shell completion plugins.
562
+ </ p >
563
+ < p >
564
+ < span aria-labeled-by ="footnote-lsp-not-global "> **</ span > The LSP
541
565
server is not installed globally with this installation method, so
542
566
some editors might not be able to access it.
543
567
</ p >
0 commit comments