feat: 不要な変更差分をもとに戻す

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-04-24 16:53:50 +09:00
parent e9f7fae16d
commit de81612a8b

8
.vscode/launch.json vendored
View File

@ -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"
}
]
}