mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Cleanup
This commit is contained in:
parent
260df66b77
commit
68f47a5b10
2 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as vscode from 'vscode';
|
||||
|
||||
import { Ctx, Cmd } from '../ctx';
|
||||
// Shows status of rust-analyzer (for debugging)
|
||||
|
||||
// Shows status of rust-analyzer (for debugging)
|
||||
export function analyzerStatus(ctx: Ctx): Cmd {
|
||||
let poller: NodeJS.Timer | null = null;
|
||||
const tdcp = new TextDocumentContentProvider(ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue