Skip to content

Commit 3756f10

Browse files
committed
Remove 's' from args
1 parent c092ab5 commit 3756f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ CommandsRegistry.registerCommand({
228228
description: localize('workbench.extensions.installExtension.description', "Install the given extension"),
229229
args: [
230230
{
231-
name: localize('workbench.extensions.installExtension.args.name', "Extension id or VSIX resource uri"),
231+
name: localize('workbench.extensions.installExtension.arg.name', "Extension id or VSIX resource uri"),
232232
schema: {
233233
'type': ['object', 'string']
234234
}

0 commit comments

Comments
 (0)