mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 18:57:48 +01:00
0249ba460f
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.