We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a78251 commit c18de5bCopy full SHA for c18de5b
extensions/ql-vscode/src/query-results.ts
@@ -21,7 +21,7 @@ export class CompletedQuery implements QueryWithResults {
21
*/
22
sortedResultsInfo: Map<string, SortedResultSetInfo>;
23
24
- /*
+ /**
25
* How we're currently sorting alerts. This is not mere interface
26
* state due to truncation; on re-sort, we want to read in the file
27
* again, sort it, and only ship off a reasonable number of results
0 commit comments