You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been closed because it is already tracked by another issue. See also our GitHub issues to search for existing issues and our issue reporting guidelines.
Currently I want to disable javascript validation only on files that have an specific file extension,
For example I associate the extension .js.test to javascript using glob pattern like so
Now I want to disable javascript validation but not in all javascript files just on the ones that end with .js.test is there a way to do so?
I've seen other suggestions of implementations for this like
but as far as I know, this is not possible at the moment.
Is there a way to archive this without having to create a custom language extension?
The text was updated successfully, but these errors were encountered: