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
Type this into vscode:
x = null
Actual behavior: The line containing null gets unindented
null
Expected behavior: Function body remains indented
This also happens if the line is not just null but, say, not (null xs) and you're typing the null part inside of it
not (null xs)
The text was updated successfully, but these errors were encountered:
😂
I know what the reason is and it's just too funny.
Sorry, something went wrong.
6ad6c52
No branches or pull requests
Steps to reproduce:
Type this into vscode:
Actual behavior: The line containing
null
gets unindentedExpected behavior: Function body remains indented
This also happens if the line is not just null but, say,
not (null xs)
and you're typing thenull
part inside of itThe text was updated successfully, but these errors were encountered: