Skip to content
New issue

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

Extension - Auto-Close Tag: Not working as expected #2257

Open
bryphe opened this issue Aug 6, 2020 · 0 comments
Open

Extension - Auto-Close Tag: Not working as expected #2257

bryphe opened this issue Aug 6, 2020 · 0 comments
Labels
A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working

Comments

@bryphe
Copy link
Member

bryphe commented Aug 6, 2020

The vscode-auto-close-tag plugin is not working as expected.

The issue is that the way Onivim is sending buffer updates / content changes is not compatible with the way vscode-auto-close-tag is checking for closing brackets:
https://github.com/formulahendry/vscode-auto-close-tag/blob/master/src/extension.ts#L104

Need to fix up our buffer updates (for perf, as well!)

@bryphe bryphe added A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working labels Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant