-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTVS 1.2 Beta Feedback #1077
Comments
I am quite pleased with the stability improvements around debugging NTVS projects. However, a lot of the work on improving intellisense doesn't really affect us because we use TypeScript (and therefore have JS intellisense turned off). My number one issue has been #518 and this is a daily problem. So when I seen releases not really affecting the quality of my life I am not super excited. But it is encouraging to see the new releases coming through. |
As a workaround it would be easy to write a "BatchExportRunner" that executes all exports as a single test (that reports to stdout and fails when one or more tests fail). You could quickly swap back to "ExportRunner" when working on a particular suite of tests. |
@mousetraps My personal issue is that NTVS becoming memory hog on TypeScript project and very often freezes. |
@kant2002 What symptoms are you seeing specifically? Could you provide some memory usage numbers and a basic description of the Typescript project you are seeing these numbers in. Also, is memory usage high but stable, or is it slowly increasing? Do you eventually run out of memory? |
@NoelAbrahams Thanks for the feedback. We really want to get around to #518 at some point, but have not been able to prioritize it yet. Anyone is free to start looking into the problem and start work on a solution though, and we are always happy to discuss design ideas and provide feedback or help. |
@mjbvz My project structure With node_modules folder
Without node_modules folder
Project is Express application with front-end written in Angular. JS files is not part of the project, I just include them to give you some statistics which may or may not be important for you. NTVS behavior
|
@mjbvz or @mousetraps any news why NTVS could freeze? |
Closing since NTVS 1.2 is now out. Please try upgrading and sending us any feedback here: #1147 or open new issues for any bugs |
Love it? Hate it? Let us know what you think!
The text was updated successfully, but these errors were encountered: