diff --git a/.gitpod.yml b/.gitpod.yml index 57eaca4..a93a97d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,7 +8,7 @@ tasks: - command: | source venv/bin/activate python manage.py runserver - + ports: - port: 8000 visibility: private @@ -17,3 +17,6 @@ ports: vscode: extensions: - ms-python.python + +coreDump: + enabled: true