Skip to content

Commit eb5a12d

Browse files
Add launchsettings file for easy debugging (Azure#47771)
* Add launchsettings file for easy debugging * Fix name
1 parent 8a951a9 commit eb5a12d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"profiles": {
3+
"Basic-TypeSpec": {
4+
"commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.Generator.CSharp.dll $(SolutionDir)/TestProjects/Local/Basic-TypeSpec -p AzureClientPlugin",
5+
"commandName": "Executable",
6+
"executablePath": "dotnet"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)