Support %{file.name} token in VS.

This commit is contained in:
Manu Evans 2018-09-13 18:52:57 -07:00
parent 6fc0497d6a
commit f898eb376b

View File

@ -35,6 +35,7 @@
["file.directory"] = { absolute = true, token = "%(RootDir)%(Directory)" },
["file.reldirectory"] = { absolute = false, token = "%(RelativeDir)" },
["file.extension"] = { absolute = false, token = "%(Extension)" },
["file.name"] = { absolute = false, token = "%(Filename)%(Extension)" },
}