Gregory McWhirter
Gregory McWhirter
Completely restarting HTTPToolkit did make it finally appear, but it might be worth looking into how/why things can get into a broken state like that.
@diegobernardes if you want the build-on-save on, I found that this works: `"go.buildTags": "mage vscode"` in the settings, and then create a dummy .go file with ```go // +build vscode...
After a bit more investigation, my docker setup is weird and I don't have a network named `bridge`. I also cannot create one (actually running podman w/ docker compatibility mode,...
Thanks for the follow-ups. For reference, I am using podman-desktop `1.5.3` with underling podman `4.7.2` at the moment. I had also discovered that the podman default network was named `podman`...