Possible to get values for other settings? #343
Answered
by
madskristensen
CalvinAllen
asked this question in
Q&A
-
Is it possible - either through the toolkit or otherwise, to get the value for other settings (outside of just our extension itself)? Example, we're adding CodeLens features and I'd like to direct users to turn ON CodeLens support if it is currently OFF. I don't want to change the value, just know that its off. Thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
madskristensen
Jun 3, 2022
Replies: 1 comment 3 replies
-
All settings are stored in the registry, so if there's no API to get the specific setting you're looking for, then look in the registry. Use the Settings Store Explorer to navigate the VS registry. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CalvinAllen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All settings are stored in the registry, so if there's no API to get the specific setting you're looking for, then look in the registry. Use the Settings Store Explorer to navigate the VS registry.