Enable math in markdown preview

Fixes #124783
This commit is contained in:
Matt Bierner
2021-06-08 09:58:42 -07:00
parent c2602f29d0
commit 0a57fd87b1
17 changed files with 163 additions and 53 deletions

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
//@ts-check
'use strict';
const withBrowserDefaults = require('../shared.webpack.config').browser;
module.exports = withBrowserDefaults({
context: __dirname,
entry: {
extension: './src/extension.ts'
}
});