formulahendry/vscode-auto-rename-tag

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

Open

#57 opened on May 29, 2018

 (2 comments) (0 reactions) (0 assignees)TypeScript (39 forks)github user discovery
help wanted

Repository metrics

Stars
 (277 stars)
PR merge metrics
 (PR metrics pending)

Description

<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