TypeScript-based solutions keep the load forever using VS2013

I work on Visual Studio 2013, when I open any solution containing TypeScript created or barebone, I get the following:

enter image description here

(names removed for privacy reasons)

Very soon, this leads to this (probably very well-known) message:

enter image description here

Ultimately, I can close the session by killing a specific process.

I requested VS2015, but this requires an approval process, which will take some time. In the meantime, I would rather run VS2013, especially since VS2015 is not guaranteed to fix it (it should, but I don't know).

+8
javascript c # visual-studio typescript
source share
1 answer

I would prefer VS2013 to work, especially since VS2015 is not guaranteed to fix it (it should, but I don't know)

The bad news is that Microsoft has repeatedly been reported to Microsoft and did not appear to be fixed: https://connect.microsoft.com/VisualStudio/feedback/details/802212/vs-hang-when-debugging-typescript- file (still active but 3 years old)

https://connect.microsoft.com/VisualStudio/feedback/details/1057036/visual-studio-hangs-in-typescript-debugger (closed 3 years ago)

Good news has been fixed in Visual Studio 2015 at https://github.com/Microsoft/TypeScript/issues/1999

If you have problems, uninstall the Glimpse, Glimpse.AspNet, and Glimpse.Mvc packages.

Also see https://github.com/Microsoft/TypeScript/issues/4528 for a solution to install TypeScript 1.5.4

I requested VS2015, but this requires an approval process, which will take some time.

If you don’t have access to an MSDN subscription to download Pro or Enterprise editions, just download Community Edition on average , which has most of the features .

+4
source share

All Articles