FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

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

Open smoothdeveloper opened this issue 8 months ago • 0 comments

#r "paket: ...." ought to be shipped as part of FSAC, to easily enable tools that integrate it, to refer to the folder with --compilertool: in the arguments for FSI.

related: https://github.com/dotnet/fsharp/issues/8880

WHAT

🤖 Generated by Copilot at 6774439

This pull request adds support for Paket as a dependency manager for F# scripts, and fixes a minor typo in the documentation. It modifies the paket.dependencies, FsAutoComplete.fsproj, and paket.references files, and the AdaptiveServerState.fs file.

🤖 Generated by Copilot at 6774439

Paket for scripts A feature users wanted Fixed typo too //

📦📝📚

WHY

HOW

🤖 Generated by Copilot at 6774439

  • Add FSharp.DependencyManager.Paket package to enable Paket dependency management for F# scripts (link, link, link)
  • Fix typo and add reference tag in XML documentation of AdaptiveState type in AdaptiveServerState.fs (link)

smoothdeveloper avatar Nov 11 '23 21:11 smoothdeveloper