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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
However, after VS Code update on 1.14.2 on MacOS executing tests inside Code doesn't show up any log output. So if I have log.Println(err) it won't be printed, however, fmt.Println(err) will be printed.
I love "run test" option in test files.
However, after VS Code update on 1.14.2 on MacOS executing tests inside Code doesn't show up any log output. So if I have
log.Println(err)it won't be printed, however,fmt.Println(err)will be printed.