### Version 2.6.11 ### Reproduction link [https://imgur.com/a/RxJz6fT](https://imgur.com/a/RxJz6fT) ### Steps to reproduce Since the 2.6.11 my IDE (VSCode) now suggest me import Vue from the 'vue/types/umd' namespace instead of the ESModule 'vue' I'm using Vue 2.6.11 Vue-CLI 4.1.0 VScode 1.41.1 Typescript 3.7.4 ### What is expected? Prior 2.6.11, VScode was suggesting to `import Vue from 'vue'` ### What is actually happening? VSCode is suggesting me to `import Vue from 'vue/types/umd'` see screenshot --- maybe it's releated to https://github.com/vuejs/vue/pull/9912 ? <!-- generated by vue-issues. DO NOT REMOVE -->