Merge pull request #643 from starkos/fix-vs-file-path-map
Fix VS mapping for `file.path` tokens
This commit is contained in:
commit
4af604ffb6
@ -31,7 +31,7 @@
|
||||
["file.basename"] = { absolute = false, token = "%(Filename)" },
|
||||
["file.abspath"] = { absolute = true, token = "%(FullPath)" },
|
||||
["file.relpath"] = { absolute = false, token = "%(Identity)" },
|
||||
["file.path"] = { absolute = true, token = "%(RelativeDir)" },
|
||||
["file.path"] = { absolute = true, token = "%(Identity)" },
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user