You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if langserver supported an option to exclude diagnostics from the Nim standard library. Currently, the language server reports warnings and errors from files in lib/ (such as system.nim), which can be distracting and not relevant when editing application code.