-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
extensionsIssues concerning extensionsIssues concerning extensionspolishCleanup and polish issueCleanup and polish issue
Milestone
Description
The command identifier passed to registerCommand has a typo: installMissingDepenencies. Although the method name under workbench.extensions is properly spelled as installMissingDependencies
Addressed by #84056
- VSCode Version: 1.39.2
- OS Version: All versions
Steps to Reproduce:
- Check these lines:
vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.ts
Line 29 in 1c6938e
CommandsRegistry.registerCommand('workbench.extensions.installMissingDepenencies', () => this.installMissingDependencies()); vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.ts
Line 32 in 1c6938e
id: 'workbench.extensions.installMissingDepenencies',
- Confirm the typo (lack of a
d) when referring to the command identifier.
Does this issue occur when all extensions are disabled?: Does not apply
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
extensionsIssues concerning extensionsIssues concerning extensionspolishCleanup and polish issueCleanup and polish issue