ionide / FsAutoComplete

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

fix typo in FullNameExternalAutocomplete default value #1196

Closed MrLuje closed 7 months ago

MrLuje commented 7 months ago

WHAT

🤖 Generated by Copilot at ea165ed

Fix a bug in FullNameExternalAutocomplete setting for LSP. Use the correct value from the dto parameter in FromDto method in src/FsAutoComplete/LspHelpers.fs.

🤖 Generated by Copilot at ea165ed

FullNameExternal Autocomplete bug is fixed Winter of errors

🐛🔧📝

WHY

New FullNameExternalAutocomplete feature (#1178) might be initialized with the wrong default value

HOW

🤖 Generated by Copilot at ea165ed

baronfel commented 7 months ago

Thank you!