Go: Apply Cover Profile can't find file #3489
Unanswered
TannerShmoog
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the
Go: Apply Cover Profile
command provided by the extension, profiding an absolute path/home/tanner/.../profile.cov
works fine, but giving it just the file name does not, even if it is in the root directory which vscode is open to. In the source it looks like this is because theapplyCoverProfile
function fails before ever checking a working directory while the call toapplyCodeCoverageToAllEditors
confusingly does set the working directory. Is there something wrong with my config that is causing it to be unable to find the working directory? This old issue seems related #610 but it seems to have been addressed...Beta Was this translation helpful? Give feedback.
All reactions