Hi,
I want to create a new Octoprint Plugin with Visual Studio 2019.
I've got everything setup (clone, virtualenv an $ pip install -e .[develop,plugins]) and can start octoprint via command line from within Visual Studio with success.
But starting with debugging in Visual Studio doesn't work. It always throws an exception with the message: "module 'logging' has no attribute 'Filter'" in filters.py at "class TornadoAccessFilter(logging.Filter):"
Could anyone please help me before I lose my mind with python development!?
Am I missing some command line arguments?
Thanks!