Skip to content

Commit a50cd52

Browse files
solved pattern issue
1 parent ac5fa09 commit a50cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/SampleServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TextDocumentHandler : ITextDocumentSyncHandler
4040

4141
private readonly DocumentSelector _documentSelector = new DocumentSelector(
4242
new DocumentFilter() {
43-
//Pattern = "*.csproj",
43+
Pattern = "**/*.csproj",
4444
Language = "xml"
4545
}
4646
);

0 commit comments

Comments
 (0)