Skip to content

Commit 76dc763

Browse files
committed
Add nesting of csproj under slnx files
1 parent 229f1d4 commit 76dc763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioCodeInstallation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ private void CreateSettingsFile(string vscodeDirectory, bool enablePatch)
382382
""explorer.fileNesting.enabled"": true,
383383
""explorer.fileNesting.patterns"": {
384384
""*.sln"": ""*.csproj"",
385+
""*.slnx"": ""*.csproj""
385386
},
386387
""dotnet.defaultSolution"": """ + IOPath.GetFileName(ProjectGenerator.SolutionFile()) + @"""
387388
}";

0 commit comments

Comments
 (0)