From 41dbd772a9a5cef565acbc18f0f2a7679da32c28 Mon Sep 17 00:00:00 2001 From: koros Date: Wed, 27 Nov 2024 15:07:14 +0300 Subject: [PATCH] reset .vscode/launch.json --- .vscode/launch.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 11f7bb649d..f4bcd561b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,27 +1,6 @@ { "version": "0.2.0", "configurations": [ - { - "name": "Launch HTTP", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/src/kiota/bin/Debug/net8.0/kiota.dll", - "args": [ - "generate", - "--openapi", - "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/openApiDocs/v1.0/Mail.yml", - "--language", - "HTTP", - "-o", - "${workspaceFolder}/samples/msgraph-mail/HTTP/src", - "-n", - "graphtypescriptv4.utilities" - ], - "cwd": "${workspaceFolder}/src/kiota", - "console": "internalConsole", - "stopAtEntry": false - }, { "name": "Launch TypeScript", "type": "coreclr",