Skip to content

Commit 6d930f5

Browse files
committed
Don't include file extension for summary file
(to be consistent with other markdown files)
1 parent f7616cf commit 6d930f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/remote-queries-markdown-generation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function generateMarkdownSummary(query: RemoteQuery): MarkdownFile {
9090
);
9191
// nwo and result count will be appended to this table
9292
return {
93-
fileName: 'summary.md',
93+
fileName: 'summary',
9494
content: lines
9595
};
9696
}

0 commit comments

Comments
 (0)