mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
This commit is contained in:
@@ -96,7 +96,7 @@ export class MarkdownEngine {
|
||||
}
|
||||
}
|
||||
|
||||
const frontMatterPlugin = require('markdown-it-front-matter');
|
||||
const frontMatterPlugin = await import('markdown-it-front-matter');
|
||||
// Extract rules from front matter plugin and apply at a lower precedence
|
||||
let fontMatterRule: any;
|
||||
frontMatterPlugin({
|
||||
|
||||
Reference in New Issue
Block a user