kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

[Enhancement request] Add a on/off button to activate/deactivate Kolo #47

Open ddahan opened 1 year ago

ddahan commented 1 year ago

Currently, to deactivate Kolo, I need to find the middleware line, and comment it in settings. As I noticed Kolo has real effects on performances, that's why I'm forced to deactivate it, and use it only when I need to. It would be easier to me to have a simple on/off button in VS Code, rather than editing settings each time.