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

Inlay hints in .js files disappear #3746

Closed
regurgitate opened this issue Nov 21, 2023 · 1 comment
Closed

Inlay hints in .js files disappear #3746

regurgitate opened this issue Nov 21, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@regurgitate
Copy link

Type: Bug

When the extension is enabled all inlay hints in .js files disappear.

Inlay hints related options in my vs code settings are:

"vue.inlayHints.inlineHandlerLeading": true,
"javascript.inlayHints.parameterNames.enabled": "all",
"typescript.inlayHints.parameterNames.enabled": "all",

This is what I see when the extension is disabled (correct output):
image

This is what I see when the extension is enabled (I would expect the same result as above, however the inlay hints disappear):
image

Worth noting: when the extension is enabled, the inlay hints are visible just at the beginning, after opening VS Code. However, navigating to any other file and getting back to main.js makes the inlay hints disappear.

Extension version: 1.8.22
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.19045

@so1ve
Copy link
Member

so1ve commented Nov 21, 2023

Duplicate of #2490

@so1ve so1ve marked this as a duplicate of #2490 Nov 21, 2023
@so1ve so1ve closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2023
@so1ve so1ve added the duplicate This issue or pull request already exists label Nov 21, 2023
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