{
  // Use IntelliSense to learn about possible attributes.
  // Passe o mouse para ver as descrições dos atributos existentes.
  // Para obter mais informações, visite: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Python",
      "type": "python",
      "request": "launch",
      "module": "flask",
      "env": {
        "FLASK_APP": "main.py"
      },
      "args": [
        "run",
        "--no-debugger",
        "--no-reload"
      ],
      "console": "none",
      "jinja": true
    }
  ]
}