Purpose of the issue
- [x ] Bug report (encountered problems/errors)
Version Information
Version 1.3.19.1181
Windows 10 Enterprise (19042.1415)
Description of the issue
The prompt is missing a space between folder and scm state.
Actual behavior:
C:\work\projects\test(develop -> origin)
Expected behavior:
C:\work\projects\test (develop -> origin)
I took the liberty to manually add a space in clink.lua (169,63), but I'm pretty sure that is not the right spot, since there were no changes in that file a while ago. After reading all about prompts, I was not able to fix this behavior via config and thus using vendor scripts.
Purpose of the issue
Version Information
Version 1.3.19.1181
Windows 10 Enterprise (19042.1415)
Description of the issue
The prompt is missing a space between folder and scm state.
Actual behavior:
C:\work\projects\test(develop -> origin)Expected behavior:
C:\work\projects\test (develop -> origin)I took the liberty to manually add a space in clink.lua (169,63), but I'm pretty sure that is not the right spot, since there were no changes in that file a while ago. After reading all about prompts, I was not able to fix this behavior via
configand thus usingvendorscripts.