smallcloudai / refact-chat-js

Shared chat code for all IDEs
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Fix/paths with spaces #186

Closed MarcMcIntosh closed 3 weeks ago

MarcMcIntosh commented 3 weeks ago

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