cssho / vscode-svgviewer

SVG Viewer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer
MIT License
67 stars 20 forks source link

Upgrade to TypeScript 2 and Fix a few Null Dereference Errors #28

Closed mjbvz closed 7 years ago

mjbvz commented 7 years ago

This change updates the extension to use TypeScript 2.2. It also enables the strictNullChecks compiler flag and fixes a few paths where activeTextEditor is used without checking if it is undefined first.