We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #26707
Complexity: 4
Extensions can now contribute a setting that can be overridden by a language using the scope language-overridable.
language-overridable
Develop an extension that can contribute a language overridable setting.
Use the configuration API to read and inspect such a setting given a resource or a language or both.
Use the configuration API to update the setting at the location you prefer (under a language for eg.,).
Listen to configuration change event that can be filtered to know if your setting has changed given a resource or a language or both.
Check if the API documentation is helpful.
The text was updated successfully, but these errors were encountered:
@param scope
getConfiguration
ConfigurationScope
No branches or pull requests
Testing #26707
Complexity: 4
Testing
Extensions can now contribute a setting that can be overridden by a language using the scope
language-overridable
.Develop an extension that can contribute a language overridable setting.
Use the configuration API to read and inspect such a setting given a resource or a language or both.
Use the configuration API to update the setting at the location you prefer (under a language for eg.,).
Listen to configuration change event that can be filtered to know if your setting has changed given a resource or a language or both.
Check if the API documentation is helpful.
The text was updated successfully, but these errors were encountered: