c_math_viewer icon indicating copy to clipboard operation
c_math_viewer copied to clipboard

Crash when meeting wrong expression

Open ABackerNINI opened this issue 4 years ago • 0 comments

This extension is a good idea, but there is a small problem.

I copied the math code log(sinf(atan2f(hypot(abs(a + b), abs(c)), d + f)). in your readme, which is a wrong expression, there should be 3 ')'s at the end. And when I hover my mouse on it, it shows "loading". The extension seems getting into an endless loop and prevents me editing my files.

ABackerNINI avatar Sep 16 '21 13:09 ABackerNINI