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
@@ -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';