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 eebf8bc commit 7d07ab3Copy full SHA for 7d07ab3
1 file changed
src/DotNetCampus.LatestCSharpFeatures.Analyzer/Properties/launchSettings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://json.schemastore.org/launchsettings.json",
3
+ "profiles": {
4
+ "调试分析器": {
5
+ "commandName": "DebugRoslynComponent",
6
+ "targetProject": "../../tests/DotNetCampus.LatestCSharpFeatures.Tests/DotNetCampus.LatestCSharpFeatures.Tests.csproj"
7
+ }
8
9
+}
0 commit comments