When attempting to rename an identifier via F2 or right click --> Rename Symbol, I am am getting the very simple error:
Rename failed: gorename: can't find package containing /home/daniel/proj/mypath/src/go/proto.go
However, this bug report is about the fact that I have logging set to verbose and am not seeing the command run:
{
"settings": {
"go.logging.level": "verbose",
},
}
Note: other settings omitted.
The correct behavior is to output the command run at an appropriate debug logging level (decided by the maintainer), but always when set to verbose.
When attempting to rename an identifier via
F2or right click --> Rename Symbol, I am am getting the very simple error:However, this bug report is about the fact that I have logging set to verbose and am not seeing the command run:
Note: other settings omitted.
The correct behavior is to output the command run at an appropriate debug logging level (decided by the maintainer), but always when set to verbose.