Files
vscode/build
Tyler James Leonhardt 0249ba460f use the actual extension id as the id in the language pack (#165436)
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.
2022-11-03 15:50:50 -07:00
..
2022-08-01 20:25:29 +09:00
2022-05-12 09:16:03 +02:00
2022-10-21 08:25:36 -07:00
2022-11-03 08:36:45 -07:00
2022-10-05 12:56:07 -07:00
2022-10-05 12:56:07 -07:00
2022-10-05 12:56:07 -07:00
2022-10-05 12:56:07 -07:00
2022-08-30 12:52:31 +02:00