-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I hope it makes sense to post this issue here - it really does seem specific to mathjs.
I'm using VSCode to edit a project that includes mathjs plus around 50 other libraries. After I've edited something I very often find that VSCode has inserted the line
import { null } from 'mathjs';
at the top of the file, which I then have to go and manually delete. Admittedly this only takes a few seconds, but since I have to repeat the process dozens of times per day, it becomes tedious.
This is coming from VSCode's auto-import feature, which I don't want to turn off since it's otherwise very useful. Of all the hundreds of packages that I've used over time, mathjs is the only one that I've ever found to do this.
Is mathjs exporting things in some non-standard way that would cause this problem? Is there some workaround?