Closed MarcMcIntosh closed 3 weeks ago
The file path can have a space in it, this would cause file path in the pin message to be cut of early.
There's been an lsp update to fix this here https://github.com/smallcloudai/refact-lsp/pull/414
this has be written to be backward compatible with older messages.
No viable changes
relies on https://github.com/smallcloudai/refact-lsp/pull/414
Fix pin paths with spaces
Description
The file path can have a space in it, this would cause file path in the pin message to be cut of early.
There's been an lsp update to fix this here https://github.com/smallcloudai/refact-lsp/pull/414
this has be written to be backward compatible with older messages.
Type of change
How to Test
Screenshots (if applicable)
No viable changes
Checklist
Linked Issues
relies on https://github.com/smallcloudai/refact-lsp/pull/414
Additional Notes