Skip to content

Commit ead1537

Browse files
committed
Fixes microsoft#100942: Avoid "eager"
1 parent 5b52705 commit ead1537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/extensions/common/extensionsRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export const schema: IJSONSchema = {
271271
},
272272
{
273273
label: 'onStartupFinished',
274-
description: nls.localize('vscode.extension.activationEvents.onStartupFinished', 'An activation event emitted after the start-up finished (after all eager activated extensions have finished activating).'),
274+
description: nls.localize('vscode.extension.activationEvents.onStartupFinished', 'An activation event emitted after the start-up finished (after all `*` activated extensions have finished activating).'),
275275
body: 'onStartupFinished'
276276
},
277277
{

0 commit comments

Comments
 (0)