From 41c4937189aa85a93eb4f6ce7871021b96528260 Mon Sep 17 00:00:00 2001 From: TIHan Date: Fri, 15 Mar 2019 13:20:26 -0700 Subject: [PATCH] Removed IVT fsharp, fixed build --- ...oft.CodeAnalysis.EditorFeatures.Wpf.csproj | 2 +- ...ft.CodeAnalysis.EditorFeatures.Text.csproj | 3 +- .../FSharp/Completion/CompletionOptions.cs | 2 +- ...ervice.cs => DiagnosticAnalyzerService.cs} | 4 +-- .../FSharp/Editor/FSharpBraceMatcher.cs | 34 +++++++++++++++++++ .../FSharp/Editor/IFSharpBraceMatcher.cs | 24 +++++++++++++ .../FSharp/PublicAPI.Unshipped.txt | 6 ++++ ...osoft.VisualStudio.LanguageServices.csproj | 3 +- ...dio.LanguageServices.Implementation.csproj | 3 +- 9 files changed, 71 insertions(+), 10 deletions(-) rename src/Tools/ExternalAccess/FSharp/Diagnostics/{FSharpDiagnosticAnalyzerService.cs => DiagnosticAnalyzerService.cs} (76%) create mode 100644 src/Tools/ExternalAccess/FSharp/Editor/FSharpBraceMatcher.cs create mode 100644 src/Tools/ExternalAccess/FSharp/Editor/IFSharpBraceMatcher.cs diff --git a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj index 0770ee7b786..d6336e3af57 100644 --- a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj +++ b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj @@ -47,7 +47,7 @@ - + diff --git a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj index 700cc896f3c..acf4d8d5424 100644 --- a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj +++ b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj @@ -39,6 +39,7 @@ + @@ -52,8 +53,6 @@ - -