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

[Feature Request] File extension specific path mapping settings

eitsupi opened this issue · comments

When editing a script file which is expected to be executed from the root directory of the project, I want to map ./ like that

"path-autocomplete.pathMappings": {
    "./": ["${folder}"]
}

But in other file types, I want ./ to map normally.
It would be very useful if the mapping settings could be automatically switched depending on the file extension.