Skip to content

Commit

Permalink
reset .vscode/launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koros committed Nov 27, 2024
1 parent 4f2bda2 commit 41dbd77
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 41dbd77

Please sign in to comment.