ionide / FsAutoComplete

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

Fix code action scaffold #1188

Closed TheAngryByrd closed 8 months ago

TheAngryByrd commented 8 months ago

WHAT

🤖 Generated by Copilot at ba14bf0

Refactored the code fix scaffolding logic to separate state management from server logic. Updated the documentation to match the new file names.

🤖 Generated by Copilot at ba14bf0

AdaptiveServerState Separates state from logic A clear refactor

📝🔧🚚

WHY

Moved codefixes in https://github.com/fsharp/FsAutoComplete/pull/1179

HOW

🤖 Generated by Copilot at ba14bf0