mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Makes a few changes to the markdown extension: * Enables explicit null checks. * Enables no implicit any checks. * Switch to using TS 2.0 lib files. This change required removing the mocha declaration from the shared `declare.d.ts`. Everything seems to compile fine without it.