Merge pull request #1202 from Blizzard/file_name

Support %{file.name} token in VS
This commit is contained in:
Samuel Surtees 2018-12-05 16:18:08 +10:00 committed by GitHub
commit 0f0c1d134e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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