From 6c6ef9e5fc5f75fad0954817679e449d2ab126a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 18 Nov 2024 19:53:02 +0100 Subject: [PATCH] Move vscode folder up by one to include everything in the workspace --- {shimatta_kenkyusho/.vscode => .vscode}/launch.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename {shimatta_kenkyusho/.vscode => .vscode}/launch.json (75%) diff --git a/shimatta_kenkyusho/.vscode/launch.json b/.vscode/launch.json similarity index 75% rename from shimatta_kenkyusho/.vscode/launch.json rename to .vscode/launch.json index 93516fc..888ae82 100644 --- a/shimatta_kenkyusho/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,10 +6,9 @@ "configurations": [ { "name": "Python: Django", - "type": "python", + "type": "debugpy", "request": "launch", - "pythonPath": "${workspaceFolder}/../myenv/bin/python", - "program": "${workspaceFolder}/manage.py", + "program": "${workspaceFolder}/shimatta_kenkyusho/manage.py", "args": [ "runserver", "0.0.0.0:8000"