You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,11 @@
111
111
"type": "boolean",
112
112
"default": false,
113
113
"description": "Enable debug logging and tuple counting when running CodeQL queries. This information is useful for debugging query performance."
114
+
},
115
+
"codeQL.queryHistory.format": {
116
+
"type": "string",
117
+
"default": "[%t] %q on %d - %s",
118
+
"description": "Default string for how to label query history items. %t is the time of the query, %q is the query name, %d is the database name, and %s is a status string."
0 commit comments