R
R
romaro2022-04-02 11:29:39
Visual Studio Code
romaro, 2022-04-02 11:29:39

How to enable inline output of TS compiler warnings?

I can't figure out what setting is responsible for moving the output of TS compiler warnings from the console to the text editor window. In many examples that I see on the network, warnings are displayed like this:
6248086e2b80c602754684.png
And I have this:
6248081d15e32553017247.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romaro, 2022-04-04
@romaro

For the hint to appear, you need to make sure that it is not disabled in the config (settings.json):

"editor.hover.enabled": true,
"editor.hover.delay": 1000,

The second parameter is responsible for the spawn delay in milliseconds.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question