Closed as not planned
Description
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:
- Git clone the Nx monorepo
git clone https://github.com/nrwl/nx.git cd nx pnpm install
- Open vscode
code .
- Open file
packages/devkit/src/utils/async-iterable/create-async-iterable.ts
- Find all references of
createAsyncIterable
Expected:
All references are found (should be 17 invocations)
Actual:
No usages found (only reference is the declaration)
