Don't include node types in markdown-math

上级 54a2e15f
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
declare function require(path: string): any;
const enabledSetting = 'markdown.math.enabled';
export function activate(context: vscode.ExtensionContext) {
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/// <reference path='../../../src/vs/vscode.d.ts'/>
......@@ -2,14 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"lib": [
"es6",
"es2015.promise",
"es2019.array",
"es2020.string",
"dom"
]
"types": []
},
"include": [
"src/**/*"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册