Skip to content

Typescript Find All Reference does not work in monorepo #56268

Closed as not planned
@jaysoo

Description

@jaysoo

Does this issue occur when all extensions are disabled?:No

Version: 1.83.1 (Universal)
Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc
Date: 2023-10-10T23:46:55.789Z
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 22.6.0

Steps to Reproduce:

  1. Git clone the Nx monorepo
    git clone https://github.com/nrwl/nx.git
    cd nx
    pnpm install
  2. Open vscode code .
  3. Open file packages/devkit/src/utils/async-iterable/create-async-iterable.ts
  4. Find all references of createAsyncIterable

Expected:
All references are found (should be 17 invocations)

Actual:
No usages found (only reference is the declaration)

Screenshot 2023-10-26 at 11 03 16 AM

Related issues

#30823, microsoft/vscode#65102

Metadata

Metadata

Assignees

No one assigned

    Labels

    Working as IntendedThe behavior described is the intended behavior; this is not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions