formulahendry/vscode-auto-rename-tag

Expression in react property causes high CPU load and breaks hinting/linting

Offen

#57 geöffnet am 29.05.2018

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (39 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (277 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

<input className={(condition ? "value" :"otherValue")} />

Causes hinting and linting to stop working and loads CPU until VScode is killed manually.

Disabling this add-on resolved the issue. VSCode: 1.23.1 Add-on v0.0.15

Contributor Guide