Issue with Path Completion in Cmder and VSCode on Windows #2956
-
Hello, community! I’m encountering a problem with using forward slashes Context
What I’ve Tried
Questions
Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you please tell us which one of the shells you are using? If this is clink (the default shell in Cmder) then make sure that both VS Code and Cmder is using the same shell first. If you made sure that both of them are in fact clink, then do Here is the relevant part of clink's configuration: Of course this is only relevant to path completion, I believe. You didn't specify what problem you had when you said "forward slashes are not correctly recognized in some cases". It's unclear and ambiguous. When you specified that "the If your problem is not related to clink, it may be related to the other shells such as PowerShell and bash, in which case the above configuration is not relevant. |
Beta Was this translation helpful? Give feedback.
Thank you very much for the help! Sorry for the poorly formulated message, but my English is terrible. However, I used
match.translate_slashes 2
and it solved my problem. Sorry for my lack of knowledge, but I was not familiar with Cmder and Clink yet.