Merge pull request #643 from starkos/fix-vs-file-path-map

Fix VS mapping for `file.path` tokens
This commit is contained in:
Jason Perkins 2016-12-08 09:34:01 -05:00 committed by GitHub
commit 4af604ffb6

View File

@ -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)" },
}