Estou usando o VS Code e ao tentar rodar o jogo teca com o `@app.run(debug=True)`, gerei o erro abaixo. Alguma sugestão de como resolver isso?
* Restarting with watchdog (windowsapi)
0.04s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
No module named jogoteca
Eu não sei aonde passar o -Xfrozen_modules=off
.
Vocês podem me ajudar?