This commit is contained in:
Aleksey Kladov 2019-12-30 19:12:49 +01:00
parent 260df66b77
commit 68f47a5b10
2 changed files with 11 additions and 11 deletions

View file

@ -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);