We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ],
The text was updated successfully, but these errors were encountered:
Avoid usage of star activation
2195908
see https://code.visualstudio.com/api/references/activation-events#Start-up using `onStartupFinished` which was introduced in 1.46 https://code.visualstudio.com/updates/v1_46#_onstartupfinished-activation-event fixes microsoft#762 Signed-off-by: Aurélien Pupier <[email protected]>
Not sure exactly who owns these things so just went general
Sorry, something went wrong.
jrieken
hediet
mjbvz
Successfully merging a pull request may close this issue.
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 ],
The text was updated successfully, but these errors were encountered: