First, thanks for making VSCode soooo awesome! Wouldn't be as productive as I am without it 💙
Problem:
Currently, VSCode suggests installing the TSLint extension to have support for TypeScript.
However, TSLint is supposedly going to be deprecated sometime this year.

Proposed Solution:
Change the suggested extension to ESLint instead. This way, we're providing a solution to the community that is future-proof (at least for the foreseeable future) 😄
I'd be happy to open a PR if you were to accept this proposed solution.
(it looks like this would be a matter of replacing the extension id here: line 148)
First, thanks for making VSCode soooo awesome! Wouldn't be as productive as I am without it 💙
Problem:
Currently, VSCode suggests installing the TSLint extension to have support for TypeScript.
However, TSLint is supposedly going to be deprecated sometime this year.
Proposed Solution:
Change the suggested extension to ESLint instead. This way, we're providing a solution to the community that is future-proof (at least for the foreseeable future) 😄
I'd be happy to open a PR if you were to accept this proposed solution.
(it looks like this would be a matter of replacing the extension id here: line 148)