We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de062dd commit f388e09Copy full SHA for f388e09
src/tree/HelpTreeItem.ts
@@ -23,7 +23,7 @@ export class HelpTreeItem extends AzExtParentTreeItem {
23
iconPath: new ThemeIcon('star-empty')
24
});
25
const openWalkthroughTI: AzExtTreeItem = new GenericTreeItem(this, {
26
- label: localize('openWalkthrough', 'Open Azure extensions Walkthrough'),
+ label: localize('openWalkthrough', 'Open Azure Extensions Walkthrough'),
27
contextValue: 'openWalkthrough',
28
commandId: 'ms-azuretools.openWalkthrough',
29
iconPath: new ThemeIcon('extensions')
0 commit comments