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

Add note about built-in extensions #164601

Merged
merged 1 commit into from Oct 25, 2022
Merged

Conversation

TylerLeonhardt
Copy link
Member

Fixes #164565

@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) October 25, 2022 14:35
@TylerLeonhardt TylerLeonhardt self-assigned this Oct 25, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the October 2022 milestone Oct 25, 2022
@@ -15638,9 +15638,13 @@ declare module 'vscode' {

/**
* Namespace for localization-related functionality in the extension API. To use this properly,
* you must have `l10n` defined in your `package.json` and have bundle.l10n.<language>.json files.
* you must have `l10n` defined in your extension manifest and have bundle.l10n.<language>.json files.
Copy link
Member

Choose a reason for hiding this comment

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

Do we use the term extension manifest in other places vs package.json?

* For more information on how to generate bundle.l10n.<language>.json files, check out the
* [vscode-l10n repo](https://github.com/microsoft/vscode-l10n).
*
* Note: Built-in extensions (for example, Git, TypeScript Language Features, GitHub Authentication)
Copy link
Member

Choose a reason for hiding this comment

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

I'm wondering whether this should go in internal documentation somewhere- the intended reader of the vscode.d.ts might more be external extension authors.

@TylerLeonhardt TylerLeonhardt merged commit 418db21 into main Oct 25, 2022
@TylerLeonhardt TylerLeonhardt deleted the tyler/payable-mosquito branch October 25, 2022 14:54
formigoni pushed a commit to formigoni/vscode that referenced this pull request Oct 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 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.

Localization API - documentation feedback
3 participants