mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
0fe7046f49
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.