diff --git a/.vscode/launch.json b/.vscode/launch.json index e9ded3b7..5639f7fc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,15 +8,11 @@ "name": "Python: データ取り込みローカル実行", "type": "python", "request": "launch", - "program": "entrypoint.py", + // windowsだと\区切りかも + "program": "ecs\\dataimport\\dataimport\\controller.py", "console": "integratedTerminal", "justMyCode": true, "envFile": "${workspaceFolder}/.env" - }, - { "name": "Python: Current File", - "type": "python", - "request": "test", - "console": "integratedTerminal" } ] } \ No newline at end of file