We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b678a8 commit 733ca6bCopy full SHA for 733ca6b
.vscode/launch.json
@@ -10,9 +10,9 @@
10
"request": "launch",
11
"preLaunchTask": "build",
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program": "${workspaceFolder}/src/Microsoft.OpenApi.Tool/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.Tool.dll",
+ "program": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.Hidi.dll",
14
"args": [],
15
- "cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Tool",
+ "cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi",
16
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
17
"console": "internalConsole",
18
"stopAtEntry": false
0 commit comments