mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
adding relFile to support substituting the path tot he current open file realtive to cwd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user