Bug Report
While verifying microsoft/vscode#119357
π Search Terms
π Version & Regression Information
- I was unable to test this on prior versions because it did not previously exist
β― Playground Link
Workbench Repro
π» Code
// @filename: a.ts
import { Model } from './b';
/**
* {@link Model}
*/
// @filename: b.ts
export class Model {}
π Actual behavior
@link Model is not clickable
π Expected behavior
I expected to be able to click on @link Model
Bug Report
While verifying microsoft/vscode#119357
π Search Terms
π Version & Regression Information
β― Playground Link
Workbench Repro
π» Code
π Actual behavior
@link Modelis not clickableπ Expected behavior
I expected to be able to click on
@link Model