Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c37b20

Browse files
committed
fix invalid already rendered folder error
fix invalid already rendered folder error when a project containsfolders with same name
1 parentb8d0301 commit2c37b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.Project/FS/MSBuildUtilities.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type internal MSBuildUtilities() =
120120
// push folder
121121
Inc(curPathParts)
122122
curPathParts.Add(pathParts.[curPathParts.Count])// e.g. transition from A\ to A\D\E\bar.fs
123-
ifnot(alreadyRenderedFolders.Add(curPathParts))&& throwIfCannotRenderthen
123+
ifnot(alreadyRenderedFolders.Add(new List<string>(curPathParts)))&& throwIfCannotRenderthen
124124
raise<|new InvalidOperationException(String.Format(FSharpSR.GetString(FSharpSR.ProjectRenderFolderMultiple), projectNode.ProjectFile, bi.Include))
125125
Inc(curPathParts)
126126
if bi.ItemType= ProjectFileConstants.Folderthen

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp