nim-lang / vscode-nim

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

(Some?) Compilation hints are shown as warnings on the Problems tab #83

Closed AngelEzquerra closed 1 month ago

AngelEzquerra commented 1 month ago

When compiling a project that generates hints during compilation (some of?) those hints are shown as warnings on VS Code's Problems tab:

image

This happens, for example, when compiling a program that uses arraymancer, which shows the following hint: C:\Users\ezquerra\.nimble\pkgs2\nimlapack-0.3.1-fcb25795c6fb43f9251b7f34c3ad84c39e645afd\nimlapack.nim(20, 7) Hint: Using LAPACK library matching pattern: (lib|)(lapack|openblas|mkl_intel_lp64).dll [User].

The expected behavior is that those hints should be shown as "Info".