From 06e8a5769eb955712d83aff6a98d9af5ce9c30e2 Mon Sep 17 00:00:00 2001 From: Y_SAKAI Date: Thu, 21 Jul 2022 14:00:25 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20launch.json=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4=EF=BC=88=E7=AB=B6=E5=90=88=E3=81=AE=E3=81=9F=E3=82=81?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d8f8414f..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -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"] - } - ] - } \ No newline at end of file