jonasschmedtmann / complete-node-bootcamp

Starter files, final projects and FAQ for my Complete Node.js Bootcamp
https://www.udemy.com/nodejs-express-mongodb-bootcamp/?couponCode=GITHUB515
3.07k stars 3.59k forks source link

VScode hint can not detect the correct variable type #144

Open kevinlys88 opened 2 years ago

kevinlys88 commented 2 years ago

My VScode can not detect the type of 'query' and returned 'any'. 截屏2022-05-15 下午4 46 17

However, the VScode at the Udemy Course can detect the type and returned 'DocumentQuery'

截屏2022-05-15 下午4 46 25

Any configs or extensions I missed ?