We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e5d1e commit 810069fCopy full SHA for 810069f
1 file changed
command.js
@@ -64,7 +64,8 @@ function insertFileHeaderComment(picked_template){
64
'day': date.getDate(),
65
'month': date.getMonth()+1,
66
'year': date.getFullYear(),
67
- 'company': 'Your Company'
+ 'company': 'Your Company',
68
+ 'filename': vscode.window.activeTextEditor.document.fileName.replace(/^.*[\\\/]/, '')
69
};
70
71
replace = Object.assign(replace, {
0 commit comments