ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
391 stars 151 forks source link

Ignore requests that would cause circular dependencies #1173

Closed dawedawe closed 9 months ago

dawedawe commented 9 months ago

WHAT

๐Ÿค– Generated by Copilot at e4efa4e

This pull request adds a feature to support adding project references via code actions in the LSP server. It also prevents adding a project reference to itself and simplifies some pattern matching logic in AdaptiveFSharpLspServer.fs and FsAutoComplete.Lsp.fs.

๐Ÿค– Generated by Copilot at e4efa4e

DotnetAddProject Avoids self-reference now A winter bug fixed

๐Ÿ› ๏ธ๐Ÿ”„๐Ÿงน

WHY

Help people who chose the target project by accident.

HOW

๐Ÿค– Generated by Copilot at e4efa4e