vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Extension breaks "Show Call Hierarchy" feature

Open WesleyYue opened this issue 1 year ago • 0 comments

Describe the bug I have a monorepo that contains both Deno code and a react front-end app. When this extension is enabled, "Show Call Hierarchy" breaks for my react front-end app.

To Reproduce

  1. Enable this extension
  2. Try running "Show Call Hierarchy" on any function on typescript code unrelated to Deno.
  3. "Show Call Hierarchy" returns no results.

Expected behavior

"Show Call Hierarchy" to return the same results as it does when this extension is disabled.

Screenshots

If applicable, add screenshots to help explain your problem.

This is what "Show Call Hierarchy" looks like when this extension is enabled. image

When it is disabled: image

Versions

vscode: 1.74.1 deno: v8 10.6.194.5 extension: v3.15.0

WesleyYue avatar Dec 16 '22 00:12 WesleyYue