mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 10:33:34 +00:00
Drop hint conversion
This commit is contained in:
parent
8454358ba4
commit
9d43291533
@ -27,9 +27,6 @@ export function activateInlayHints(ctx: Ctx) {
|
||||
if (hints == null) {
|
||||
return [];
|
||||
} else {
|
||||
for (let hint of hints) {
|
||||
hint.position = new vscode.Position(hint.position.line, hint.position.character);
|
||||
}
|
||||
return hints;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user