suggestion: update dependecies tips check package manager

After updating project from VCS, it always show this tips, which is a thoughtful feature.
But my project uses yarn, it may have a problem when using npm.
There is a config on my package.json, can you check it and show this tips: [Run ‘yarn install’] ?

请先登录再写评论。
The package manager suggested in the popup is the one configured in File | Settings | Languages & Frameworks | Node.js; please try changing it to
yarnand re-open the project.