ionide / FsAutoComplete

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

fix the "Define" active pattern #1170

Closed dawedawe closed 9 months ago

dawedawe commented 9 months ago

WHAT

๐Ÿค– Generated by Copilot at f2472fc

Fixed a typo in the Define active pattern that handles compiler definitions in Lexer.fs. This improves the accuracy and consistency of the F# compiler service integration.

๐Ÿค– Generated by Copilot at f2472fc

--define: typo Fixed in the lexer module A crisp autumn task

๐Ÿ›๐Ÿ“๐Ÿงน

WHY

Add missing "e" to string literal to fix the Define active pattern.

HOW

๐Ÿค– Generated by Copilot at f2472fc