add explicit activation event for notebook test ext.

This commit is contained in:
rebornix
2020-06-01 13:10:28 -07:00
parent 1efb60088b
commit f9ca74dcf1

View File

@@ -6,7 +6,8 @@
"license": "MIT",
"private": true,
"activationEvents": [
"*"
"*",
"onNotebookEditor:notebookCoreTest"
],
"main": "./out/notebookTestMain",
"enableProposedApi": true,