Support %{file.name} token in VS.
This commit is contained in:
parent
6fc0497d6a
commit
f898eb376b
@ -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)" },
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user