vscode-auto-rename-tag
vscode-auto-rename-tag copied to clipboard
Extension freezes editor.
See what exact happens when i load react file. https://github.com/microsoft/vscode/issues/77636
Same issue for me. Took me a while to track it down but for me I had a string that had an HTML tag in it and the extension froze the editor. It seems to happen on large HTML files especially when the line length is somewhat long
Same issue for me. Took me a while to track it down but for me I had a string that had an HTML tag in it and the extension froze the editor. It seems to happen on large HTML files especially when the line length is somewhat long
Yes, exactly. This seem only problem when a large file is loaded. However for now i stopped using this extension.
Same issue but it occurs on even small react components. Problem is probably not related with the lines of code.