birdseye-vscode
birdseye-vscode copied to clipboard
birdseye does not start in browser
When I launch birdseye from vscode and try to open it in a browser (localhost:7777) I do not see anything.
Birdseye-vscode opens birdseye with port 7778 as to not conflict with birdseye from the command line (which uses port 7777). You can either open localhost:7778, run birdseye from command line and open localhost:7777, or change the port setting in VSCode and use whatever port you want.
If you run into this issue please comment below so we can see how often this happens.
I had to change the settings to use python3:
"birdseye.pythonPath": "python3.8",