mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Rename markdown to markdown-language-features
This commit is contained in:
13
extensions/markdown-language-features/preview-src/pre.ts
Normal file
13
extensions/markdown-language-features/preview-src/pre.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { CspAlerter } from './csp';
|
||||
import { StyleLoadingMonitor } from './loading';
|
||||
|
||||
// tslint:disable-next-line:no-unused-expression
|
||||
new CspAlerter();
|
||||
|
||||
// tslint:disable-next-line:no-unused-expression
|
||||
new StyleLoadingMonitor();
|
||||
Reference in New Issue
Block a user