Skip to content

Diagnostics not shown in file peek views #2366

@mjbvz

Description

@mjbvz
  1. Create two files:
// abc.ts
/**
 * @deprecated
 */
export function abc() { }
abc();
// other.ts
import { abc } from "./abc";

abc()
xyz;
  1. With only abc.ts open, run peek references on abc (you can also use the references codelens for this)

Bug
In the peek view, no diagnostics are shown

Image

They are shown with TS 6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions