Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix after merge and updating roslyn to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Kirichenko authored and Vasily Kirichenko committed Dec 15, 2016
1 parent 544d9ec commit 34aed70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
25 changes: 12 additions & 13 deletions FSharp.Editor.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,21 @@
<Compile Include="CommonRoslynHelpers.fs" />
<Compile Include="CommonHelpers.fs" />
<Compile Include="LanguageService.fs" />
<Compile Include="Classification\ColorizationService.fs"/>
<Compile Include="Classification\ColorizationService.fs" />
<Compile Include="Utilities\BraceMatchingService.fs" />
<Compile Include="Utilities\IndentationService.fs"/>
<Compile Include="Debugging\BreakpointResolutionService.fs"/>
<Compile Include="Debugging\LanguageDebugInfoService.fs"/>
<Compile Include="Diagnostics\DocumentDiagnosticAnalyzer.fs"/>
<Compile Include="Diagnostics\ProjectDiagnosticAnalyzer.fs"/>
<Compile Include="Completion\CompletionProvider.fs"/>
<Compile Include="Completion\SignatureHelp.fs"/>
<Compile Include="Navigation\GoToDefinitionService.fs"/>
<Compile Include="Utilities\IndentationService.fs" />
<Compile Include="Debugging\BreakpointResolutionService.fs" />
<Compile Include="Debugging\LanguageDebugInfoService.fs" />
<Compile Include="Diagnostics\DocumentDiagnosticAnalyzer.fs" />
<Compile Include="Diagnostics\ProjectDiagnosticAnalyzer.fs" />
<Compile Include="Completion\CompletionProvider.fs" />
<Compile Include="Completion\SignatureHelp.fs" />
<Compile Include="Navigation\GoToDefinitionService.fs" />
<Compile Include="Navigation\NavigationBarItemService.fs" />
<Compile Include="Navigation\NavigateToSearchService.fs" />
<Compile Include="BlockComment\CommentUncommentService.fs"/>
<Compile Include="QuickInfo\QuickInfoProvider.fs"/>
<Compile Include="NavigationBarItemService.fs" />
<Compile Include="HelpContextService.fs"/>
<Compile Include="BlockComment\CommentUncommentService.fs" />
<Compile Include="QuickInfo\QuickInfoProvider.fs" />
<Compile Include="HelpContextService.fs" />
<Compile Include="ContentType.fs" />
<Compile Include="FsiCommandService.fs" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Navigation/NavigateToSearchService.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type internal NavigateToSearchResult(item: NavigableItem, matchKind: NavigateToM
member __.MatchKind = matchKind
member __.IsCaseSensitive = false
member __.Name = item.Name
member __.NameMatchSpans = ImmutableArray<_>.Empty
member __.SecondarySort = null
member __.Summary = null
member __.NavigableItem = upcast item
Expand Down

0 comments on commit 34aed70

Please sign in to comment.