Include PTVS language server for Visual Studio

The language server implementation can be found [here](0eeb1ff2a9/Python/Product/VSCode) and used by the [Python VS Code Extension](https://github.com/Microsoft/vscode-python)
This commit is contained in:
Don Jayamanne 2018-05-26 08:22:35 -07:00 committed by GitHub
parent 16713329ca
commit 21aae6c996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ index: 1
| Puppet| [Puppetlabs](https://github.com/jpogran) | [puppet language server](https://github.com/jpogran/puppet-vscode/tree/master/server) |
| Python| [Fabio Zadrozny](https://github.com/fabioz/) | [PyDev on VSCode](http://www.pydev.org/vscode/index.html) |
| Python| [Palantir Technologies](https://github.com/palantir) | [python-language-server](https://github.com/palantir/python-language-server) |
| Python | MS | [Python Tools for Visual Studio](https://github.com/Microsoft/PTVS)
| R | [REditorSupport](https://github.com/REditorSupport) | [R language server](https://github.com/REditorSupport/languageserver) |
| RAML | [RAML Workgroup](http://raml.org/about/workgroup) | [raml-language-server](https://github.com/raml-org/raml-language-server) Work in Progress |
| Ruby | [Fred Snyder](https://github.com/castwide) | [solargraph](https://github.com/castwide/solargraph) |