Cleanup lsp extensions on the client side

This commit is contained in:
Aleksey Kladov 2020-05-25 14:56:26 +02:00
parent 8686d0b0ac
commit a30bdd9795
9 changed files with 93 additions and 137 deletions

View file

@ -1,6 +1,6 @@
import * as lc from "vscode-languageclient";
import * as vscode from 'vscode';
import * as ra from './rust-analyzer-api';
import * as ra from './lsp_ext';
import { Ctx, Disposable } from './ctx';
import { sendRequestWithRetry, isRustDocument, RustDocument, RustEditor, sleep } from './util';