hi
somtimes the NPM update file in the project (adding new files)
is there a way to automatically or programmatically make sure that the package itself or the ntvs will refresh the project files?
Comments: Correct me if I'm wrong, but my understanding is that you have included the node_modules folder in your project, but whenever npm runs off and updates files in that folder, those new files are not included in the project? Unfortunately we don't support that behavior at the moment, and we actually recommend against including 'node_modules' in your project altogether as it's generally unnecessary, and may reduce Visual Studio's performance. You can continue to use and deploy packages from 'node_modules' without including it in your project. That said, let us know if there's another reason that you might want to include node_modules, and we can look into it further.
somtimes the NPM update file in the project (adding new files)
is there a way to automatically or programmatically make sure that the package itself or the ntvs will refresh the project files?
Comments: Correct me if I'm wrong, but my understanding is that you have included the node_modules folder in your project, but whenever npm runs off and updates files in that folder, those new files are not included in the project? Unfortunately we don't support that behavior at the moment, and we actually recommend against including 'node_modules' in your project altogether as it's generally unnecessary, and may reduce Visual Studio's performance. You can continue to use and deploy packages from 'node_modules' without including it in your project. That said, let us know if there's another reason that you might want to include node_modules, and we can look into it further.