Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'release/dev16.2' into merges/master-to-release/dev16.2
  • Loading branch information
KevinRansom authored May 27, 2019
commit cb51737951185f14cddfe9337e87f4d29f4b7104
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ open Microsoft.VisualStudio.LanguageServices.ProjectSystem
open Microsoft.VisualStudio.Shell
open Microsoft.VisualStudio.Shell.Interop
open Microsoft.VisualStudio.Text.Outlining
open FSharp.NativeInterop
open Microsoft.CodeAnalysis.ExternalAccess.FSharp

#nowarn "9" // NativePtr.toNativeInt

// Used to expose FSharpChecker/ProjectInfo manager to diagnostic providers
// Diagnostic providers can be executed in environment that does not use MEF so they can rely only
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.