We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 246ef0f + 810069f commit 9fed1b0Copy full SHA for 9fed1b0
1 file changed
command.js
@@ -61,6 +61,8 @@ function insertFileHeaderComment(picked_template){
61
'date': date.toDateString(),
62
'time': date.toLocaleTimeString(),
63
'time24h': date.getHours()+':'+date.getMinutes()+':'+date.getSeconds(),
64
+ 'day': date.getDate(),
65
+ 'month': date.getMonth()+1,
66
'year': date.getFullYear(),
67
'company': 'Your Company',
68
'filename': vscode.window.activeTextEditor.document.fileName.replace(/^.*[\\\/]/, '')
0 commit comments