Skip to content

Commit 6dca9cc

Browse files
author
Dave Bartolomeo
committed
Fix linter issues
1 parent f3c2862 commit 6dca9cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"activationEvents": [
3737
"onLanguage:ql",
38+
"onLanguage:ql-summary",
3839
"onView:codeQLDatabases",
3940
"onView:codeQLQueryHistory",
4041
"onView:codeQLAstViewer",
@@ -617,7 +618,7 @@
617618
},
618619
{
619620
"command": "codeQL.gotoQL",
620-
"title": "Go to QL Code",
621+
"title": "CodeQL: Go to QL Code",
621622
"enablement": "codeql.hasQLSource"
622623
}
623624
],

0 commit comments

Comments
 (0)