We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6f347 commit 02e137cCopy full SHA for 02e137c
src/commands.ts
@@ -35,7 +35,7 @@ export function insertFileHeaderComment() {
35
edit.insert(new vscode.Position(0, 0), template
36
.replace("$(projectName)", values.projectName)
37
.replace("$(currentFile)", values.currentFile)
38
- .replace("$(date)", (new Date()).toLocaleString())+"\n");
+ .replace("$(date)", (new Date()).toLocaleString()));
39
});
40
41
vscode.commands.executeCommand("workbench.action.files.save");
0 commit comments