mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progress crate)
This commit is contained in:
parent
2f8126fcac
commit
76c1160ffa
16 changed files with 361 additions and 362 deletions
|
@ -5,7 +5,6 @@ import { promises as fs, PathLike } from "fs";
|
|||
|
||||
import * as commands from './commands';
|
||||
import { activateInlayHints } from './inlay_hints';
|
||||
import { activateStatusDisplay } from './status_display';
|
||||
import { Ctx } from './ctx';
|
||||
import { Config, NIGHTLY_TAG } from './config';
|
||||
import { log, assert, isValidExecutable } from './util';
|
||||
|
@ -103,8 +102,6 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
|
||||
|
||||
activateStatusDisplay(ctx);
|
||||
|
||||
activateInlayHints(ctx);
|
||||
|
||||
vscode.workspace.onDidChangeConfiguration(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue