Skip to content

Commit f6b89e7

Browse files
authored
Optimize debug launch configuration (#97)
1 parent 1d6a68c commit f6b89e7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"Zomp.SyncMethodGenerator": {
4+
"commandName": "DebugRoslynComponent",
5+
"targetProject": "..\\..\\tests\\GenerationSandbox.Tests\\GenerationSandbox.Tests.csproj"
6+
}
7+
}
8+
}

src/Zomp.SyncMethodGenerator/Zomp.SyncMethodGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
1818
<PackageTags>async sync csharp source generator</PackageTags>
1919
<DevelopmentDependency>true</DevelopmentDependency>
20+
<IsRoslynComponent>true</IsRoslynComponent>
2021
</PropertyGroup>
2122

2223
<!-- This ensures the library will be packaged as a source generator when we use `dotnet pack` -->

0 commit comments

Comments
 (0)