Skip to content

Commit 394b51f

Browse files
Add welcome text
1 parent ff88a8d commit 394b51f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,10 @@
15931593
"view": "codeQLQueryHistory",
15941594
"contents": "You have no query history items at the moment.\n\nSelect a database to run a CodeQL query and get your first results."
15951595
},
1596+
{
1597+
"view": "codeQLQueries",
1598+
"contents": "This workspace doesn't contain any CodeQL queries at the moment."
1599+
},
15961600
{
15971601
"view": "codeQLDatabases",
15981602
"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

Comments
 (0)