|
5 | 5 | // Use IntelliSense to find out which attributes exist for C# debugging |
6 | 6 | // Use hover for the description of the existing attributes |
7 | 7 | // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md |
8 | | - "name": ".NET Core Launch (console)", |
| 8 | + "name": "Launch Hidi", |
9 | 9 | "type": "coreclr", |
10 | 10 | "request": "launch", |
11 | 11 | "preLaunchTask": "build", |
12 | 12 | // If you have changed target frameworks, make sure to update the program path. |
13 | 13 | "program": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi/bin/Debug/net7.0/Microsoft.OpenApi.Hidi.dll", |
14 | | - "args": [], |
| 14 | + "args": ["plugin", |
| 15 | + "-m","C:\\Users\\darrmi\\src\\github\\microsoft\\openapi.net\\test\\Microsoft.OpenApi.Hidi.Tests\\UtilityFiles\\exampleapimanifest.json", |
| 16 | + "--of","./output"], |
15 | 17 | "cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi", |
16 | 18 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
17 | 19 | "console": "internalConsole", |
18 | 20 | "stopAtEntry": false |
19 | 21 | }, |
| 22 | + { |
| 23 | + // Use IntelliSense to find out which attributes exist for C# debugging |
| 24 | + // Use hover for the description of the existing attributes |
| 25 | + // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md |
| 26 | + "name": "Launch Workbench", |
| 27 | + "type": "coreclr", |
| 28 | + "request": "launch", |
| 29 | + "preLaunchTask": "build", |
| 30 | + // If you have changed target frameworks, make sure to update the program path. |
| 31 | + "program": "${workspaceFolder}/src/Microsoft.OpenApi.WorkBench/bin/Debug/net7.0-windows/Microsoft.OpenApi.Workbench.exe", |
| 32 | + "args": [], |
| 33 | + "cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Workbench", |
| 34 | + // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
| 35 | + "console": "internalConsole", |
| 36 | + "stopAtEntry": false |
| 37 | + }, |
20 | 38 | { |
21 | 39 | "name": ".NET Core Attach", |
22 | 40 | "type": "coreclr", |
|
0 commit comments