Skip to content

Commit e48bd78

Browse files
committed
add comment
1 parent 529784f commit e48bd78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SharpIDE.Application/Features/Analysis/RoslynAnalysis.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,9 @@ public async Task<bool> AddDocument(SharpIdeFile fileModel, string content)
983983
{
984984
return false;
985985
}
986+
987+
// This may not be perfect, as None Include="" seems to be returned here as one of the globs as Include, with no distinction of Compile vs None etc
988+
// TODO: Investigate getting the glob type (Compile, None, etc)
986989
var matchers = projectFileInfo.FileGlobs.Select(glob =>
987990
{
988991
var matcher = new Matcher();

0 commit comments

Comments
 (0)