mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +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,6 +1,6 @@
|
|||
import * as vscode from 'vscode';
|
||||
import * as lc from 'vscode-languageclient';
|
||||
import * as ra from './rust-analyzer-api';
|
||||
import * as ra from './lsp_ext';
|
||||
|
||||
import { Ctx, Cmd } from './ctx';
|
||||
import { startDebugSession, getDebugConfiguration } from './debug';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue