diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-03-04 08:08:14 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-03-04 08:08:59 +0200 |
| commit | 9d432915330e5b67fc39de673d954966dffce7b1 (patch) | |
| tree | a9e84ec38ca22a0885fdf3dd37dd441eed807574 /editors/code | |
| parent | 8454358ba4a86d1dc6a4ab40cb60f637c1bee712 (diff) | |
| download | rust-9d432915330e5b67fc39de673d954966dffce7b1.tar.gz rust-9d432915330e5b67fc39de673d954966dffce7b1.zip | |
Drop hint conversion
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/src/inlay_hints.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index ff16ef30498..441370a677a 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts @@ -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; } } |
