We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Launch Hidi
1 parent 2049b73 commit d2fe762Copy full SHA for d2fe762
.vscode/launch.json
@@ -12,7 +12,7 @@
12
// If you have changed target frameworks, make sure to update the program path.
13
"program": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi/bin/Debug/net8.0/Microsoft.OpenApi.Hidi.dll",
14
"args": ["plugin",
15
- "-m","C:\\Users\\darrmi\\src\\github\\microsoft\\openapi.net\\test\\Microsoft.OpenApi.Hidi.Tests\\UtilityFiles\\exampleapimanifest.json",
+ "-m","${workspaceFolder}/test/Microsoft.OpenApi.Hidi.Tests/UtilityFiles/exampleapimanifest.json",
16
"--of","./output"],
17
"cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Hidi",
18
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
0 commit comments