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
Half my errors are missing/adding an extra comma or forgetting to escape a double quote but these aren't picked up in the test suite currently.
The text was updated successfully, but these errors were encountered:
Makes sense. As a temporary solution though, you could add this to your VSCode settings:
"files.associations": { "*.ctx": "json" }
Sorry, something went wrong.
Cleanup (WalletConnect#99)
f31cba5
* chore: Clean dependencies * chore: Add commitlint * chore: Remove tg notify (unused)
No branches or pull requests
Half my errors are missing/adding an extra comma or forgetting to escape a double quote but these aren't picked up in the test suite currently.
The text was updated successfully, but these errors were encountered: