Fix linter issues

This commit is contained in:
Dave Bartolomeo
2022-07-14 14:12:10 -04:00
parent f3c2862937
commit 6dca9ccbeb

View File

@@ -35,6 +35,7 @@
},
"activationEvents": [
"onLanguage:ql",
"onLanguage:ql-summary",
"onView:codeQLDatabases",
"onView:codeQLQueryHistory",
"onView:codeQLAstViewer",
@@ -617,7 +618,7 @@
},
{
"command": "codeQL.gotoQL",
"title": "Go to QL Code",
"title": "CodeQL: Go to QL Code",
"enablement": "codeql.hasQLSource"
}
],