vscode-auto-rename-tag
vscode-auto-rename-tag copied to clipboard
VS Code process leak when editing the svg code
When editing a svg file (for example: changing the fill attribute), and sometimes when opening the svg code, the process of the editor leaks. When the editor closes, the process continues.
If I disable the plugin, the problem disappears.
Confirmed! When closing vscode on Windows 7, multiple instances of "Code.exe" remain in the process list (not always, but sometimes).
I also noticed another strange behaviour that drove me crazy, until I disabled auto-rename-tag. When copy and pasting contents from a svg-file into another document, sometimes the shortcuts are not working anymore. Some shortcuts work and others dont (like ctrl+c, ctrl+v). I had to restart vscode to make the shortcuts work again.
Confirmed
I have the same issue on Mac, When I editing an SVG file or paste some SVG in my code, all extensions stop working and I have to reload window to get back vscode's functionalities.