mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Add CSS eclipse and VS PowerShell image
This commit is contained in:
parent
aa6621d168
commit
9c8e09b857
5 changed files with 22 additions and 2 deletions
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
BIN
img/eclipse-css-code-complete.png
Normal file
BIN
img/eclipse-css-code-complete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
BIN
img/vscode-ps-hover.png
Normal file
BIN
img/vscode-ps-hover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
24
index.html
24
index.html
|
|
@ -26,7 +26,7 @@ layout: default
|
|||
<div class="carousel-item active">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-8">
|
||||
<img src="img/vscode-code-complete.png" class="img-fluid rounded"/>
|
||||
<img src="img/vscode-css-code-complete.png" class="img-fluid rounded"/>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<p class="text-left"><i>CSS code complete in VS Code powered by the CSS LSP Server</i></p>
|
||||
|
|
@ -39,7 +39,27 @@ layout: default
|
|||
<p class="text-left"><i>CSS code complete in Atom powered by the CSS LSP Server</i></p>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<img src="img/atom-code-complete.png" class="img-fluid rounded"/>
|
||||
<img src="img/atom-css-code-complete.png" class="img-fluid rounded"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-8">
|
||||
<img src="img/eclipse-css-code-complete.png" class="img-fluid rounded"/>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<p class="text-left"><i>CSS code complete in Eclipse powered by the CSS LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-4">
|
||||
<p class="text-left"><i>PowerShell Hover in VS Code powered by the PowerShell LSP Server</i></p>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<img src="img/vscode-ps-hover.png" class="img-fluid rounded"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue