Description
When targeting versions prior than 1.75 and activationEvents
contains events that implicitly activate the extension, like onCommand
the problems panel shows:
This activation event can be removed for extensions targeting engine version ^1.75 as VS Code will generate these automatically from your package.json contribution declarations.
for every such event.
This is unnecessarily annoying. I hope this can be fixed by someone as a
good first issue
This message is pushed by this code:
vscode/extensions/extension-editing/src/extensionLinter.ts
Lines 167 to 172 in 315b094
Also it looks like the source code does not suppress this message for versions 2.0.0<=>2.74.x
I noticed the source code of this builtin extension extension-editing
does not contain any *.test.js files.
Are these tests available somewhere else? Or is this extension currently not tested?