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
Next Next commit
Remove unused opens
  • Loading branch information
cartermp committed May 29, 2019
commit c020c2e7dba71b9d208dde398910b7e139477702
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ open System
open System.ComponentModel.Composition
open System.Diagnostics
open Microsoft.CodeAnalysis
open Microsoft.CodeAnalysis.Diagnostics
open FSharp.Compiler.SourceCodeServices
open Microsoft.VisualStudio
open Microsoft.VisualStudio.FSharp.Editor
open Microsoft.VisualStudio.LanguageServices
open Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem
open FSharp.NativeInterop
open Microsoft.CodeAnalysis.ExternalAccess.FSharp.LanguageServices
open Microsoft.CodeAnalysis.ExternalAccess.FSharp.Diagnostics

#nowarn "9" // NativePtr.toNativeInt
Expand Down