mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-28 22:34:17 +00:00
Cleanup lsp extensions on the client side
This commit is contained in:
parent
8686d0b0ac
commit
a30bdd9795
9 changed files with 93 additions and 137 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue