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

Fix #164630 #165096

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Fix #164630 #165096

merged 2 commits into from
Nov 1, 2022

Conversation

TylerLeonhardt
Copy link
Member

@TylerLeonhardt TylerLeonhardt commented Oct 31, 2022

Feel free to review one commit at a time which may be easier.

Fixes #164630

@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) October 31, 2022 21:08
@TylerLeonhardt TylerLeonhardt self-assigned this Oct 31, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the November 2022 milestone Oct 31, 2022
@@ -16,6 +16,7 @@ export function localizeManifest(extensionManifest: IExtensionManifest, translat
try {
replaceNLStrings(extensionManifest, translations, fallbackTranslations);
} catch (error) {
console.error(error?.message ?? error);
Copy link
Member

Choose a reason for hiding this comment

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

Just checking that this is supposed to be left?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. Because I didn't have that, I didn't catch this issue, so I'm surfacing it

@TylerLeonhardt TylerLeonhardt merged commit 9d55dde into main Nov 1, 2022
@TylerLeonhardt TylerLeonhardt deleted the tyler/technical-sailfish branch November 1, 2022 03:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2022
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.

No command localizations load if any command title points to an invalid package.nls.json entry
3 participants