I’m trying to get the integrated debugging to work with VS Code on WSL. I followed the instructions I found here: How to use Streamlit with VS Code — Awesome Streamlit documentation
However if I click on the “Play” Button I get a pop up saying “connect ECONREFUSED 127.0.0.1:5678”.
If I want to open the app in the browser I get the following error:
ValueError: signal only works in main thread of the main interpreter
I’m using
Windows 11
WSL2 with Ubuntu 20.04.6 LTS
Python 3.10.13
streamlit 1.25.0