mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +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.