mihai-vlc / path-autocomplete

Path autocomplete for visual studio code.

Home Page:https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't overwrite double backslash

byehack opened this issue · comments

image

after press enter:

image

Exprected: "C:\Windows\"

At the moment this is the expected behavior inside quotes.

We keep single backslashes in inside raw strings

r"C:\Windows"

If you want this behavior all the time you can enable the path-autocomplete.useSingleBackslash preference.
Please reopen if you know of other use case where the preference is not a solution.