vscode-docs icon indicating copy to clipboard operation
vscode-docs copied to clipboard

`onNotebook` is missing from Activation Events reference page in API doc

Open gjsjohnmurray opened this issue 1 year ago • 2 comments

https://code.visualstudio.com/api/references/activation-events doesn't mention the onNotebook event.

gjsjohnmurray avatar Oct 28 '22 11:10 gjsjohnmurray

In fact there are other missing too. Here's the completion list I get when editing package.json in 1.72.2. I have marked in red the ones not listed in the documentation.

image

gjsjohnmurray avatar Oct 28 '22 12:10 gjsjohnmurray

The list apparently comes from https://github.com/microsoft/vscode/blob/f09c4124a229b4149984e1c2da46f35b873d23fa/src/vs/workbench/services/extensions/common/extensionsRegistry.ts#L241-L374

gjsjohnmurray avatar Oct 28 '22 12:10 gjsjohnmurray