mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
More second command to Ctx
This commit is contained in:
parent
e53ccb6e99
commit
29e86c0c72
4 changed files with 14 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as vscode from 'vscode';
|
||||
import { Ctx } from '../ctx';
|
||||
import { Ctx, Cmd } from '../ctx';
|
||||
// Shows status of rust-analyzer (for debugging)
|
||||
|
||||
export function analyzerStatus(ctx: Ctx) {
|
||||
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