ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
412 stars 154 forks source link

Make test explorer work with fsac tests and fix an expecto test detection #1165

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 1 year ago

WHAT

๐Ÿค– Generated by Copilot at 841c093

This pull request improves the test suite for the LSP features of FsAutoComplete by fixing a build error, reformatting a test file, and enhancing the test setup and runner functions. It also updates the paket.dependencies file and removes a redundant call to dotnetRestore in one of the test files.

๐Ÿค– Generated by Copilot at 841c093

To fix a build error they faced They updated YoloDev.Expecto.TestSdk They also improved the test setup and run With DirectoryInfo and -v d for fun And reformatted EmptyFileTests.fs for heck

๐Ÿ“ฆ๐Ÿ› ๏ธ๐Ÿงน

WHY

Project work to make Test Run Debugger usable in FSAC.

https://github.com/fsharp/FsAutoComplete/assets/1490044/e200ae68-8d22-435f-bad9-acc27286bb02

HOW

๐Ÿค– Generated by Copilot at 841c093

TheAngryByrd commented 1 year ago

Tangent: I've noticed mac builds failing on so many repositories, makes me think they're busted for dotnet right now.