This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Rebuild after running Go Get Package
cmd if current file has "package not found" errors
#2087
Labels
Add a package to the import block which you haven't downloaded yet. You will get the error
cannot find package...
At this point, you can run the command
Go Get Package
with the cursor on the package in the import block, and the package will get downloaded and installed.But the error still remains. We need to rebuild the file for the error to go away.
PRs are most welcome to fix this
Code Pointers:
goGetPackage.ts
buildCode()
function fromgoBuild.ts
file.The text was updated successfully, but these errors were encountered: