]> git.lizzy.rs Git - rust.git/commit
Merge #2850
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 15 Jan 2020 11:08:12 +0000 (11:08 +0000)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 11:08:12 +0000 (11:08 +0000)
commit5449d267b82fbb201dc1a09c58060d3a34c3b080
tree7ba01677ada676242f74151f716a2e0bcc47e1a2
parent876f92d547af5f39170350f3995647ec934f590b
parent70cba0fe0fe3583deb19709a61768695b83d3ea9
Merge #2850

2850: Use types from vscode-languageclient r=matklad a=kiljacken

Now that we're running with 3.15 of the LSP for VSCode we don't need to define these interfaces ourselves. Yay!

Co-authored-by: Emil Lauridsen <mine809@gmail.com>