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

use the actual extension id as the id in the language pack #165436

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

TylerLeonhardt
Copy link
Member

Past behavior caused 404s to be thrown by the unpkg service because core was trying to load:

${extensionId} -> vscode.markdown

and not what the build creates in the language packs:
vscode.${extensionFolder} -> vscode.markdown-basics

this aligns build time and runtime.

Past behavior caused 404s to be thrown by the unpkg service because core was trying to load:

`${extensionId}` -> `vscode.markdown`

and not what the build creates in the language packs:
`vscode.${extensionFolder}` -> `vscode.markdown-basics`

this aligns build time and runtime.
@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) November 3, 2022 22:36
@TylerLeonhardt TylerLeonhardt self-assigned this Nov 3, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the November 2022 milestone Nov 3, 2022
@TylerLeonhardt TylerLeonhardt merged commit 0249ba4 into main Nov 3, 2022
@TylerLeonhardt TylerLeonhardt deleted the tyler/progressive-ladybug branch November 3, 2022 22:50
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 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.

None yet

3 participants