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
2024/11/24 00:17:22 INFO <auth/auth.go:25> Installing browser...
When I click it in the console in VSCode it cannot open the file. that's very useful for me to click it and open the line where the logs comes from automatically.
I suggest changing a bit the format of the caller. for instance with caller = fmt.Sprintf("[%s]", caller) it's clickable
The text was updated successfully, but these errors were encountered:
Currently the caller format is
Which yields
2024/11/24 00:17:22 INFO <auth/auth.go:25> Installing browser...
When I click it in the console in VSCode it cannot open the file. that's very useful for me to click it and open the line where the logs comes from automatically.
I suggest changing a bit the format of the caller. for instance with
caller = fmt.Sprintf("[%s]", caller)
it's clickableThe text was updated successfully, but these errors were encountered: