microsoft / microsoft/vscode-extension-samples

Reduce usage of * in vscode-extension-samples

Open
#762 1 comment 0 reactions 3 assignees View on GitHub

Nobody has claimed this yet.

feature-request
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.