Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#r "paket: ...." ought to be shipped as part of FSAC, to easily enabl… #1198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
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