When compiling a project that generates hints during compilation (some of?) those hints are shown as warnings on VS Code's Problems tab:
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".
When compiling a project that generates hints during compilation (some of?) those hints are shown as
warnings
on VS Code'sProblems
tab: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".