mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add explicit activation event for notebook test ext.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"activationEvents": [
|
||||
"*"
|
||||
"*",
|
||||
"onNotebookEditor:notebookCoreTest"
|
||||
],
|
||||
"main": "./out/notebookTestMain",
|
||||
"enableProposedApi": true,
|
||||
|
||||
Reference in New Issue
Block a user