After vscode runs npm run watch, every time you change the file, you will be prompted how to turn it off.

regardless of whether the package is successful or failed, he will appear this prompt

package.json



you are developing NodeJS? Then disable or uninstall the plug-in Laravel, or look at the configuration items for this plug-in and choose not to trigger it automatically every time.


webpack.mix.js
add

at the end
mix.disableNotifications();
Menu