mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Remove /history for now
This commit is contained in:
parent
897b00c530
commit
f377fd882a
2 changed files with 0 additions and 17 deletions
|
|
@ -16,9 +16,6 @@
|
|||
<li {% if page.sectionid=='howItWorks' %} class="nav-item active" {% else %} class="nav-item" {% endif %}>
|
||||
<a class="nav-link" href='{{ "/overview" | prepend: site.baseurl }}'>Overview</a>
|
||||
</li>
|
||||
<li {% if page.sectionid=='history' %} class="nav-item active" {% else %} class="nav-item" {% endif %}>
|
||||
<a class="nav-link" href="{{ '/history' | prepend: site.baseurl }}">History</a>
|
||||
</li>
|
||||
<li {% if page.sectionid=='implementors' %} class="nav-item active" {% else %} class="nav-item" {% endif %}>
|
||||
<a class="nav-link" href="{{ sorted.first.url | prepend: site.baseurl }}">Implementations</a>
|
||||
</li>
|
||||
|
|
|
|||
14
history.md
14
history.md
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: History
|
||||
layout: singlePage
|
||||
sectionid: history
|
||||
---
|
||||
|
||||
## How the Language Server Protocol came to life
|
||||
Implementing language support like auto complete, goto definition, or type hovering for a programming language for different development tools is a significant effort. Each development tool provides different APIs for language extenders. Moreover, an extension has to be implemented in the implementation language of the tool itself.
|
||||
|
||||
## Partnerships
|
||||
|
||||
## Press
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue