mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Merge branch 'Veetaha-feat/sync-branch'
This commit is contained in:
commit
76a530242a
12 changed files with 299 additions and 133 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';
|
||||
|
@ -117,8 +116,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