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,7 +1,7 @@
import * as os from "os";
import * as vscode from 'vscode';
import * as path from 'path';
import * as ra from './rust-analyzer-api';
import * as ra from './lsp_ext';
import { Cargo } from './cargo';
import { Ctx } from "./ctx";