5 ms·
`noErrorTruncation: true` in a tsconfig.[1] It also affects hover and quickinfo truncation. Technically it will still truncate, just at a way higher limit, like
by wwwigham 4y ago
`noErrorTruncation: true` in a tsconfig.[1] It also affects hover and quickinfo truncation. Technically it will still truncate, just at a way higher limit, like a million characters.
[1]https://www.typescriptlang.org/tsconfig#noErrorTruncation https://www.typescriptlang.org/tsconfig#noErrorTruncation
- cercatrova 4y ago> Setting "noErrorTruncation": true, as proposed in the previous answer, does not work for this question as asked. https://stackoverflow.com/questions/62508909/vs-code-how-to-show-full-typescript-definition-on-mouse-hover/69223288#69223288 https://stackoverflow.com/questions/62508909/vs-code-how-to-...