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
The documentation currently shows that extensions can define basic editing support (declarative language feature) in various aspects.
However, when multiple extensions with overlapping contributions are enabled at the same time, what will happen?
This is a real world headache, confusing both extension authors and end users.
For example, vscode.yaml and redhat.vscode-yaml both define
vscode.yaml
redhat.vscode-yaml
Language definition and configuration (languages and API)
languages
TM grammar (grammars)
grammars
Default editor configuration (configurationDefaults)
configurationDefaults
for language yaml.
yaml
Please clearly document how to deduce the outcome.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation currently shows that extensions can define basic editing support (declarative language feature) in various aspects.
However, when multiple extensions with overlapping contributions are enabled at the same time, what will happen?
This is a real world headache, confusing both extension authors and end users.
For example,
vscode.yaml
andredhat.vscode-yaml
both defineLanguage definition and configuration (
languages
and API)TM grammar (
grammars
)Default editor configuration (
configurationDefaults
)for language
yaml
.Please clearly document how to deduce the outcome.
The text was updated successfully, but these errors were encountered: