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
languageVersion
Which means that autocomplete totally fails on "languageVersion": "2.0".
"languageVersion": "2.0"
{ "$schema": "http://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "languageVersion": "2.0" }
Gives the error Property languageVersion is not allowed.
Property languageVersion is not allowed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which means that autocomplete totally fails on
"languageVersion": "2.0"
.Gives the error
Property languageVersion is not allowed.
The text was updated successfully, but these errors were encountered: