Include import ref to markdown so it gets included in bundle

This commit is contained in:
Jackson Kearl 2021-05-28 12:17:24 -07:00
parent bbc7af7193
commit eb65a93f4b
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/workbench/contrib/welcome/gettingStarted/common/media/example_markdown_media';
import { localize } from 'vs/nls';
import { Codicon } from 'vs/base/common/codicons';
import { ThemeIcon } from 'vs/platform/theme/common/themeService';