Describe the bug
Here's some example output navigating to my wsl nixos.
{
`path`: `\\\\wsl.localhost\
ixos\\home\
ixos\\projects\ rpg`
}
Removing escapes from the path in the json causes issues:

To Reproduce
Steps to reproduce the behavior:
- Access a directory starting with n or t
Expected behavior
Go to path, no escaping breaking the path
Logs
n/a
Additional context
More escapes do nothing I was doing it wrong, that does fix it, but the visual bug remains
Edit: It's kinda fixed kinda not. The write sends stuff of into the ether but it thinks it's correct.
Describe the bug
Here's some example output navigating to my wsl nixos.
Removing escapes from the path in the json causes issues:

To Reproduce
Steps to reproduce the behavior:
Expected behavior
Go to path, no escaping breaking the path
Logs
n/a
Additional context
More escapes do nothingI was doing it wrong, that does fix it, but the visual bug remainsEdit: It's kinda fixed kinda not. The write sends stuff of into the ether but it thinks it's correct.