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