From 21aae6c996dfa01bf56a52f2a61e032e24c8017f Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Sat, 26 May 2018 08:22:35 -0700 Subject: [PATCH] Include PTVS language server for Visual Studio The language server implementation can be found [here](https://github.com/Microsoft/PTVS/tree/0eeb1ff2a9f7d8bf1cbd120371a205fb22fa5f0f/Python/Product/VSCode) and used by the [Python VS Code Extension](https://github.com/Microsoft/vscode-python) --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 636cb56..787a12a 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -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) |