banacorn / agda-mode-vscode

agda-mode on VS Code
https://marketplace.visualstudio.com/items?itemName=banacorn.agda-mode
MIT License
167 stars 38 forks source link

Autoclosing parentheses and curly braces interferes with agda-input #162

Closed fredrik-bakke closed 1 year ago

fredrik-bakke commented 1 year ago

If you have autoclosing brackets enabled, and try to type any character in agda-input that requires a ( or a {, for instance , then agda-input will be interrupted, and you will get () or {} in your code instead.