Skip to content

Commit f4f7998

Browse files
authored
Merge pull request #2815 from github/nora/remove-unused-activation-events
Remove unnecessary `activationEvents` from extension's package.json
2 parents 95f43b7 + 95dfb6e commit f4f7998

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,7 @@
3434
}
3535
},
3636
"activationEvents": [
37-
"onLanguage:ql",
38-
"onLanguage:ql-summary",
39-
"onView:codeQLQueries",
40-
"onView:codeQLDatabases",
41-
"onView:codeQLVariantAnalysisRepositories",
42-
"onView:codeQLQueryHistory",
43-
"onView:codeQLAstViewer",
44-
"onView:codeQLEvalLogViewer",
4537
"onView:test-explorer",
46-
"onCommand:codeQL.checkForUpdatesToCLI",
47-
"onCommand:codeQL.authenticateToGitHub",
48-
"onCommand:codeQL.viewAst",
49-
"onCommand:codeQL.viewCfg",
50-
"onCommand:codeQL.openReferencedFile",
51-
"onCommand:codeQL.previewQueryHelp",
52-
"onCommand:codeQL.chooseDatabaseFolder",
53-
"onCommand:codeQL.chooseDatabaseArchive",
54-
"onCommand:codeQL.chooseDatabaseInternet",
55-
"onCommand:codeQL.chooseDatabaseGithub",
56-
"onCommand:codeQL.quickQuery",
57-
"onCommand:codeQL.restartQueryServer",
5838
"onWebviewPanel:resultsView",
5939
"onWebviewPanel:codeQL.variantAnalysis",
6040
"onWebviewPanel:codeQL.dataFlowPaths",

0 commit comments

Comments
 (0)