diff --git a/.vscode/launch.json b/.vscode/launch.json index 36465ec859..e5404b0746 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -265,6 +265,20 @@ "console": "internalConsole", "stopAtEntry": false }, + { + "name": "Launch Migrate", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/src/kiota/bin/Debug/net8.0/kiota.dll", + "args": ["config", "migrate"], + "cwd": "${workspaceFolder}/samples/msgraph-mail/dotnet", + "console": "internalConsole", + "stopAtEntry": false, + "env": { + "KIOTA_CONFIG_PREVIEW": "true" + } + }, { "name": "Launch Login (github - device)", "type": "coreclr",