refactor: launch.jsonの削除(競合のため)

This commit is contained in:
Y_SAKAI 2022-07-21 14:00:25 +09:00
parent 3b5b0dc33c
commit 06e8a5769e

19
.vscode/launch.json vendored
View File

@ -1,19 +0,0 @@
{
// IntelliSense 使
//
// : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: CRMデータ取得ローカル実行",
"type": "python",
"request": "launch",
// windows\
"program": "ecs\\crm-datafetch\\main.py",
"console": "integratedTerminal",
"justMyCode": true,
"envFile": "${workspaceFolder}/.env",
"args": ["local"]
}
]
}