nim-lang / vscode-nim

A VS Code plugin for the Nim language
Other
79 stars 8 forks source link

Checking for errors only on save #110

Open xix-xeaon opened 2 weeks ago

xix-xeaon commented 2 weeks ago

I did some updating and now the extension checks my code for errors while I'm writing, which I find to be very distracting. I need a setting to check for errors only on save. If the option lintOnSave is supposed to do this then it's not working.

xix-xeaon commented 1 week ago

Today it was only checking on save like I wanted, so I tried to figure it out again. Unchecking lintOnSave didn't change anything. But after also restarting vs codium it then checks while writing. However, checking linkOnSave again, even with restart, it still keeps checking while writing.

xix-xeaon commented 1 week ago

Once again, it's back to checking only on save. It seems the lintOnSave option may work, but not until "some later time".