mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Switch to LSP inlay hints
This commit is contained in:
parent
bc56920757
commit
d3d6267112
11 changed files with 76 additions and 223 deletions
|
@ -2,7 +2,6 @@ import * as vscode from 'vscode';
|
|||
import * as os from "os";
|
||||
|
||||
import * as commands from './commands';
|
||||
import { activateInlayHints } from './inlay_hints';
|
||||
import { Ctx } from './ctx';
|
||||
import { Config } from './config';
|
||||
import { log, isValidExecutable, isRustDocument } from './util';
|
||||
|
@ -54,7 +53,6 @@ async function tryActivate(context: vscode.ExtensionContext) {
|
|||
}
|
||||
await initCommonContext(context, ctx);
|
||||
|
||||
activateInlayHints(ctx);
|
||||
warnAboutExtensionConflicts();
|
||||
|
||||
ctx.pushCleanup(configureLanguage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue