Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only show code action when there's no sum
Tighten the ADDITION regex so that the 'Evaluate' code action only appears if there's no sum. Previously, after using the action, the lightbulb remained visible in VSCode and would keep appending the sum to the line, resulting in things like `1 + 1 = 2! 2! 2!`
- Loading branch information