Skip to content

Commit

Permalink
#r "paket: ...." ought to be shipped as part of FSAC, to easily enabl…
Browse files Browse the repository at this point in the history
…e tools that integrate it, to refer to the folder with --compilertool: in the arguments for FSI.
  • Loading branch information
smoothdeveloper committed Nov 11, 2023
1 parent 2a26448 commit 6774439
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lowest_matching: true
nuget BenchmarkDotNet 0.13.5
nuget Fantomas.Client >= 0.9
nuget FSharp.Compiler.Service >= 43.7.400
nuget FSharp.DependencyManager.Paket
nuget Ionide.ProjInfo >= 0.62.0
nuget Ionide.ProjInfo.FCS >= 0.62.0
nuget Ionide.ProjInfo.ProjectSystem >= 0.62.0
Expand Down
2 changes: 2 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ NUGET
FSharp.Data.Adaptive (1.2.13)
FSharp.Core (>= 4.7)
System.Reflection.Emit.Lightweight (>= 4.6)
FSharp.DependencyManager.Paket (6.0)
FSharp.Core (>= 5.0)
FSharp.Formatting (14.0.1)
FSharp.Compiler.Service (>= 40.0) - restriction: || (== net6.0) (== net7.0) (== net8.0) (&& (== netstandard2.0) (>= netstandard2.1)) (== netstandard2.1)
FSharp.UMX (1.1)
Expand Down
1 change: 1 addition & 0 deletions src/FsAutoComplete/FsAutoComplete.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<Content Include="default.win32manifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="paket.references" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FsAutoComplete.Core\FsAutoComplete.Core.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/FsAutoComplete/LspServers/AdaptiveServerState.fs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type AdaptiveState(lspClient: FSharpLspClient, sourceTextFactory: ISourceTextFac
else
traceNotifications <- None

/// <summary>Sets tje FSI arguments on the FSharpCompilerServiceChecker</summary>
/// <summary>Sets the FSI arguments on the <see cref="FSharpCompilerServiceChecker"/></summary>
/// <param name="checker"></param>
/// <param name="fsiCompilerToolLocations">Compiler tool locations</param>
/// <param name="fsiExtraParameters">Any extra parameters to pass to FSI</param>
Expand Down
1 change: 1 addition & 0 deletions src/FsAutoComplete/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Destructurama.FSharp
Fantomas.Client
FSharp.Analyzers.SDK
FSharp.Compiler.Service
FSharp.DependencyManager.Paket
FSharp.Core
FSharp.UMX
FsToolkit.ErrorHandling
Expand Down

0 comments on commit 6774439

Please sign in to comment.