microsoft / microsoft/vscode-extension-samples
Reduce usage of * in vscode-extension-samples
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
There are currently 11 sample extensions which are * activated. We should update them to not be * activated:
11 rësµlts - 11 fïlës
-
basic-multi-root-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ], -
codelens-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ], -
comment-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ], -
completions-sample\package.json:
17 ],
18: "activationEvents": [
19: "*"
20 ], -
decorator-sample\package.json:
15 ],
16: "activationEvents": [
17: "*"
18 ], -
diagnostic-related-information-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ], -
github-authentication-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ], -
inline-completions\package.json:
16 ],
17: "activationEvents": [
18: "*"
19 ], -
progress-sample\package.json:
21 ],
22: "activationEvents": [
23: "*"
24 ], -
statusbar-sample\package.json:
21 ],
22: "activationEvents": [
23: "*"
24 ], -
vim-sample\package.json:
18 ],
19: "activationEvents": [
20: "*"
21 ],
Contributor guide
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.