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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1593,6 +1593,10 @@
1593
1593
"view": "codeQLQueryHistory",
1594
1594
"contents": "You have no query history items at the moment.\n\nSelect a database to run a CodeQL query and get your first results."
1595
1595
},
1596
+
{
1597
+
"view": "codeQLQueries",
1598
+
"contents": "This workspace doesn't contain any CodeQL queries at the moment."
1599
+
},
1596
1600
{
1597
1601
"view": "codeQLDatabases",
1598
1602
"contents": "Add a CodeQL database:\n[From a folder](command:codeQLDatabases.chooseDatabaseFolder)\n[From an archive](command:codeQLDatabases.chooseDatabaseArchive)\n[From a URL (as a zip file)](command:codeQLDatabases.chooseDatabaseInternet)\n[From GitHub](command:codeQLDatabases.chooseDatabaseGithub)"
0 commit comments