posit-dev / posit-dev/shiny-vscode
Remove unnecessary `onCommand` events from `package.json`
Open
@gadenbuie is already working on this.
Since Apr 22, 2024.
- Dominant language
- TypeScript
- Stars
- 37
- Forks
- 12
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
The onCommand events are flagged by linters:
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.
I think this is safe: VS Code 1.75 was released in January 2023.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.