Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Remove angular brackets from autoClosingPairs #875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibraheemdev
Copy link
Member

Angular brackets were added to autoClosingPairs in #720 on the premise that Rust developers write generics more than comparison logic. While this might be true, this causes issues when writing comparisons, because you get situations like this:

if (x <>
       ^ automatically added

This issue has been discussed here, here, and here. This PR removes angular brackets from autoClosingPairs as recommended by vscode to avoid any ambiguity.

@ibraheemdev
Copy link
Member Author

Can this be merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant