Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumbs: Don't show "Deno" and "TypeScript" options in breadcrumbs bar #570

Closed
dgreensp opened this issue Oct 25, 2021 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@dgreensp
Copy link

dgreensp commented Oct 25, 2021

In source files in a Deno project, the VS code breadcrumbs bar has a path segment between the file path and the code structure with two options: "Deno" and "TypeScript." Presumably this is what it does when there are two extensions providing parses/symbols for the same file, or something. It's kind of distracting, though. I haven't noticed any difference in the symbols listed under Deno vs TypeScript so far.

Is there any way to disable TypeScript's breadcrumbs, either via settings or in the Deno extension itself, so I am not prompted to choose "Deno" or "TypeScript" every time I focus the breadcrumbs bar at the top level of a file?

Relatedly, is it normal that the TypeScript language server keeps running even when the Deno language server is being used? Is there some way to disable it, just for a Deno workspace? I can't find any setting that would do this.

@kitsonk kitsonk added the duplicate This issue or pull request already exists label Oct 25, 2021
@kitsonk
Copy link
Contributor

kitsonk commented Oct 25, 2021

Duplicate of #493

@kitsonk kitsonk marked this as a duplicate of #493 Oct 25, 2021
@kitsonk kitsonk closed this as completed Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants