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
Steps to Reproduce:
"javascript.validate.enable": false
var str = "qrqweqwewqe"; str.test();
Expected: error under test since test method is not defined on a string.
The text was updated successfully, but these errors were encountered:
open a new file, add a workspace setting to enable javascript validation "javascript.validate.enable": false
Setting validation to false disables the built-in validation.
Even if you set the setting to true you will not get errors. Salsa doesn't report type errors. Closing as a duplicate of microsoft/TypeScript#6802
true
Sorry, something went wrong.
egamma
No branches or pull requests
Test new Java/Type-script settings #4022
Steps to Reproduce:
"javascript.validate.enable": false
Expected: error under test since test method is not defined on a string.
The text was updated successfully, but these errors were encountered: