This commit is contained in:
Martin Aeschlimann 2018-03-20 08:48:15 +01:00
Родитель 315be045ac
Коммит c210a11eb0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,8 +2,8 @@
This repository contains the documentation and APIs of the Folding Provider extension to the Language Server Protocol.
- The [documentation](./protocol.foldingProvider.proposed.md) of the added request, types and capabilities.
- The [TypeScript APIs](./protocol.foldingProvider.proposed.ts) for consumption of clients and servers implemented in Typescript.
- [Documentation](./protocol.foldingProvider.md) of the added request, types and capabilities.
- [TypeScript APIs](./protocol.foldingProvider.ts) for consumption of clients and servers implemented in Typescript.
This extensions is currently only *proposed* and not yet finalized. Please file comments and improvment suggestions [here](https://github.com/Microsoft/vscode-languageserver-protocol-foldingprovider/issues).