P. Horban
P. Horban
Out of curiosity, I've checked the dependency update one by one. This is caused by updating `@apollo/client` `3.10.4 -> 3.11.8`
I just downgraded.
I assume it will be fixed eventually, if not I'll probably do that.
I confirm, that @RMHonor suggestion sovles the problem. :tada:
The ts.defaultMaximumTruncationLength hack works great! Steps to remove abbreviations from type hints: 1. Go to `/node_modules/typescript/lib/tsserver.js` 2. Find line `var defaultMaximumTruncationLength = 160` 3. Change it to `160 * 2`...