1. Enable Pyrefly as a TSP server 2. Add `print("foo", sep=)` to a python file 3. Trigger parameter hints on the `sep=` Expected result: Parameter hints appear and sep is bolded. Actual result: Nothing happens
print("foo", sep=)to a python filesep=Expected result:
Parameter hints appear and sep is bolded.
Actual result:
Nothing happens