I'm working on a Vue2 project that uses TypeScript. I'm using VSCode with the Vetur and TypeScript extensions installed.
Whenever a TypeScript warning occurs, the VSCode overlay shows the identical warning being reported by both TypeScript and Vetur.
Additionally, any intellisense menus show the options twice.
I'd like to keep both extensions installed. How can I get them to play nice with each other and only display the warnings once?

