feat: 不要な変更差分をもとに戻す
This commit is contained in:
parent
e9f7fae16d
commit
de81612a8b
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user