From 4a0f5fa7122720dc74ad7dbc36b46d8f67681f9e Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 6 Nov 2024 14:46:33 -0800 Subject: [PATCH] remove launchconfig --- .../insurance_claims_service/.vscode/launch.json | 15 --------------- .../weather_forecast_service/.vscode/launch.json | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 demos/shared/insurance_claims_service/.vscode/launch.json delete mode 100644 demos/shared/weather_forecast_service/.vscode/launch.json diff --git a/demos/shared/insurance_claims_service/.vscode/launch.json b/demos/shared/insurance_claims_service/.vscode/launch.json deleted file mode 100644 index 0617ec5e..00000000 --- a/demos/shared/insurance_claims_service/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "function-calling api server", - "type": "debugpy", - "request": "launch", - "module": "uvicorn", - "args": ["main:app","--reload", "--port", "8001"], - } - ] -} diff --git a/demos/shared/weather_forecast_service/.vscode/launch.json b/demos/shared/weather_forecast_service/.vscode/launch.json deleted file mode 100644 index 0617ec5e..00000000 --- a/demos/shared/weather_forecast_service/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "function-calling api server", - "type": "debugpy", - "request": "launch", - "module": "uvicorn", - "args": ["main:app","--reload", "--port", "8001"], - } - ] -}