Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit ba6dfc6

Browse files
committed
Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progress crate)
1 parent 3a94b2c commit ba6dfc6

File tree

2 files changed

+0
-103
lines changed

2 files changed

+0
-103
lines changed

rust-analyzer/editors/code/src/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { promises as fs, PathLike } from "fs";
55

66
import * as commands from './commands';
77
import { activateInlayHints } from './inlay_hints';
8-
import { activateStatusDisplay } from './status_display';
98
import { Ctx } from './ctx';
109
import { Config, NIGHTLY_TAG } from './config';
1110
import { log, assert, isValidExecutable } from './util';
@@ -103,8 +102,6 @@ export async function activate(context: vscode.ExtensionContext) {
103102

104103
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
105104

106-
activateStatusDisplay(ctx);
107-
108105
activateInlayHints(ctx);
109106

110107
vscode.workspace.onDidChangeConfiguration(

rust-analyzer/editors/code/src/status_display.ts

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)