How to stop QtLinguist from starting when Visual Studio wants to show TypeScript file?

156 Views Asked by At

After installing Qt tools for Visual Studio, whenever I Ctrl+click a class name, Qt Linguist starts:

enter image description here

This prevents me from looking up type definitons, even though I can see Visual Studio has parsed them. When I hover the type, it's clearly loaded:

enter image description here

That's a similar question to this one, but the answer suggest changing Windows settings for .ts files. But on my PC, Qt Linguist is not linked to .ts files:

enter image description here

I searched Visual Studio settings for "file", but I can't see any settings for file types.

1

There are 1 best solutions below

0
On

You might checkTools -> Options menu, and from there Text Editor -> File Extensions, if extension added something, or to override editor ts file extension.

enter image description here