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

C_Cpp.inlayHints settings don't take effect until IntelliSense is updated #12013

Closed
sean-mcmanus opened this issue Feb 24, 2024 · 1 comment · Fixed by #12014
Closed

C_Cpp.inlayHints settings don't take effect until IntelliSense is updated #12013

sean-mcmanus opened this issue Feb 24, 2024 · 1 comment · Fixed by #12014
Assignees
Labels
bug Feature: Inlay Hint An issue related to inlay hints for declarations and parameters. fixed Check the Milestone for the release in which the fix is or will be available. Language Service regression A bug that didn't exist in a previous release
Projects
Milestone

Comments

@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Feb 24, 2024

"C_Cpp.inlayHints.parameterNames.enabled": true, // changing this doesn't

"editor.inlayHints.enabled": "on" // changing this works

"editor.parameterHints.enabled" // changing this doesn't work

These appear to be regressions from 1.18 from progressive IntelliSense updating.

I hit this while investigating the test failure #12008 .

@sean-mcmanus sean-mcmanus added bug Language Service regression A bug that didn't exist in a previous release Feature: Inlay Hint An issue related to inlay hints for declarations and parameters. labels Feb 24, 2024
@sean-mcmanus sean-mcmanus changed the title Inlay hint settings don't take effect until the IntelliSense client is restarted C_Cpp.inlayHint settings don't take effect until the IntelliSense client is restarted Feb 24, 2024
@sean-mcmanus sean-mcmanus changed the title C_Cpp.inlayHint settings don't take effect until the IntelliSense client is restarted C_Cpp.inlayHints settings don't take effect until the IntelliSense client is restarted Feb 24, 2024
@sean-mcmanus sean-mcmanus self-assigned this Feb 24, 2024
@sean-mcmanus sean-mcmanus added this to the 1.20.0 milestone Feb 24, 2024
@sean-mcmanus sean-mcmanus added this to Triage in 1.20 via automation Feb 24, 2024
@sean-mcmanus sean-mcmanus moved this from Triage to In progress in 1.20 Feb 24, 2024
@sean-mcmanus sean-mcmanus changed the title C_Cpp.inlayHints settings don't take effect until the IntelliSense client is restarted C_Cpp.inlayHints settings don't take effect until IntelliSense is updated Feb 24, 2024
@sean-mcmanus sean-mcmanus moved this from In progress to Pull Request in 1.20 Feb 24, 2024
@sean-mcmanus
Copy link
Collaborator Author

sean-mcmanus commented Feb 24, 2024

Well, I fixed it "editor.inlayHints.enabled": "on" // changing this works changes not working if enhancedColorization was disabled, and I fixed it so the C_Cpp.inlayHints refreshes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Feature: Inlay Hint An issue related to inlay hints for declarations and parameters. fixed Check the Milestone for the release in which the fix is or will be available. Language Service regression A bug that didn't exist in a previous release
Projects
No open projects
1.19
Done
Development

Successfully merging a pull request may close this issue.

2 participants