adding relFile to support substituting the path tot he current open file realtive to cwd

This commit is contained in:
Adam Stephenson
2016-07-08 15:57:27 -07:00
parent 3eed6fabe0
commit a81cdfdeac
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// Available variables which can be used inside of strings.
// ${workspaceRoot}: the root folder of the team
// ${file}: the current opened file
// ${relFile}: the current opened file relative to cwd
// ${fileBasename}: the current opened file's basename
// ${fileDirname}: the current opened file's dirname
// ${fileExtname}: the current opened file's extension