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
Milestone

Comments

@sean-mcmanus
Copy link
Contributor

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 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
Copy link
Contributor 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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants