madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Is it a principle not to modify the 'TaskRunnerProvider.cs' file? #94

Open dang-gun opened 1 year ago

dang-gun commented 1 year ago

Is your feature request related to a problem? Please describe. What is the reason for not modifying 'TaskRunnerProvider.cs' to make it recognize the 'package.json' in subfolders?



Describe the solution you'd like https://github.com/madskristensen/NpmTaskRunner/issues/37#issuecomment-628407420 As stated in I have modified the 'TaskRunnerProvider.cs' to make it recognize the 'package.json' in subfolders and I'm using it. I've been using it for over a year, and there haven't been any issues.

Is there a reason for not applying this to the project?



Describe alternatives you've considered Change [TaskRunnerExport(Constants.FILENAME)] to [TaskRunnerExport(Constants.FILENAME, "ClientApp\\" + Constants.FILENAME)] in the 'TaskRunnerProvider.cs'