From de81612a8bd24e8607851a1f72d3702b92520183 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Mon, 24 Apr 2023 16:53:50 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E5=B7=AE=E5=88=86=E3=82=92=E3=82=82=E3=81=A8=E3=81=AB?= =?UTF-8?q?=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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