Skip to content
New issue

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

better phrasing of extensions in prompts #193990

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

sandy081
Copy link
Member

No description provided.

@sandy081 sandy081 self-assigned this Sep 25, 2023
@sandy081 sandy081 enabled auto-merge (squash) September 25, 2023 14:07
@vscodenpa vscodenpa added this to the September 2023 milestone Sep 25, 2023
@@ -168,7 +168,7 @@ export class MainThreadExtensionService implements MainThreadExtensionServiceSha
if (dependencyExtension) {
this._notificationService.notify({
severity: Severity.Error,
message: localize('uninstalledDep', "Cannot activate the '{0}' extension because it depends on the '{1}' extension, which is not installed. Would you like to install the extension and reload the window?", extName, dependencyExtension.displayName),
message: localize('uninstalledDep', "Cannot activate the '{0}' extension because it depends on the extension '{1}' from '{2}', which is not installed. Would you like to install the extension and reload the window?", extName, dependencyExtension.displayName, dependencyExtension.publisherDisplayName),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent word order:

'{0}' extension
extension '{1}'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Fixing in separate PR

@sandy081 sandy081 merged commit 5d9d212 into main Sep 25, 2023
6 checks passed
@sandy081 sandy081 deleted the sandy081/organisational-bobcat branch September 25, 2023 14:24
lins0621 pushed a commit to lins0621/vscode that referenced this pull request Oct 7, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants