Visual Studio and / or Windows Explorer crashes with TypeScript files

In Windows Explorer, whenever I try to open a folder containing TypeScript files, Explorer freezes and crashes. When I try to edit TypeScript files in Visual Studio, this allows me to do this until I save the file. When I save the file, Visual Studio crashes without any dialogs.

I tried to completely remove everything related to Visual Studio (uninstall, registry, etc.) and reinstall. I also tried starting Windows in safe mode and / or starting Visual Studio in safe mode, none of which work. Starting Visual Studio as an administrator also does not work.

I know that this is not a problem with the actual repo, since these files work fine on several other development machines. This feature worked perfectly a month ago, with no changes to updates or installed extensions.

I am running Visual Studio 2015 Update 3 (14.0.25431.01) on a 64-bit Windows 10 machine . TypeScript Tools for Visual Studio are in version 2.2.1.0.

Please let me know if there are any magazines that I can provide, I'm not sure where to get them.

+4
source share
3 answers

UPDATE

Windows KB4013429. Visual Studio. , .


"" :

, / Windows.

, , . , . , - Visual Studio. , - .

+2

: Windows 10 1607 x64- (KB4015438).

20 2017 .

+5

HKEY_CLASSES_ROOT\.ts, , , , .ts, .

, Git Visual Studio .ts( " " ), .

, , , :

, , SearchProtocolHost.exe .ts .

A few google searches later, and now I turned off indexing .ts files in Windows Search . So far, more castles!

0
source

Source: https://habr.com/ru/post/1670890/


All Articles