Closed damien closed 7 years ago
@misogi Let me know what you think!
I plan on having a number of PRs for you, I'll do my best to keep each one small and easy to review!
Good!
I choose typescript version by references to vscode tutorial. https://code.visualstudio.com/docs/extensions/example-hello-world
But I want to use latest version of typescript too.
Context
I received the following warning while working on this repository:
The latest version of VSCode uses
typescript@2.1.6
, while this repository usestypescript@2.0.7
, resulting in a mismatch of the version oftsc
used to compile/evaluate this extension.Upgrading
typescript
to version 2.1.6 fixes this problem.