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

Commit 2e8817e

Browse files
committed
Merge branch 'Veetaha-feat/sync-branch'
2 parents d320276 + ba6dfc6 commit 2e8817e

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';
@@ -117,8 +116,6 @@ export async function activate(context: vscode.ExtensionContext) {
117116

118117
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
119118

120-
activateStatusDisplay(ctx);
121-
122119
activateInlayHints(ctx);
123120

124121
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)