This issue comes from crash dumps in telemetry. We've tried to de-duplicate issues on a best-effort basis, comparing the sequence of methods called and the command requested while ignoring line numbers. TypeScript version prefix: 4.9.4 VSCode version: 1.74.3 Command requested: getCodeFixes Hitting sessions: 705 Five line hash: 1192c4ffd8604ab9c1d08b7118423d1d Stack:
at deleteNodeInList (tsserver.js:153487:43)
at deleteDeclaration (tsserver.js:153373:25)
at _loop_9 (tsserver.js:152848:47)
at ChangeTracker.finishDeleteDeclarations (tsserver.js:152855:21)
at ChangeTracker.getChanges (tsserver.js:152875:22)
at ChangeTracker.with (tsserver.js:152297:32)
at getCodeActions (tsserver.js:159614:69)
at <anonymous> (tsserver.js:153564:77)
at flatMap (tsserver.js:524:25)
at getFixes (tsserver.js:153564:23)
at <anonymous> (tsserver.js:169463:35)
at flatMap (tsserver.js:524:25)
at getCodeFixesAtPosition (tsserver.js:169461:23)
at unknown (suppressed.js:144:20)
at Session.getCodeFixes (tsserver.js:181711:64)
at _a.<computed> (tsserver.js:180090:61)
at <anonymous> (tsserver.js:182024:96)
at Session.executeWithRequestId (tsserver.js:182015:28)
at Session.executeCommand (tsserver.js:182024:41)
at Session.onMessage (tsserver.js:182052:35)
at <anonymous> (tsserver.js:186208:31)
The text was updated successfully, but these errors were encountered:
This issue comes from crash dumps in telemetry. We've tried to de-duplicate issues on a best-effort basis, comparing the sequence of methods called and the command requested while ignoring line numbers.
TypeScript version prefix: 4.9.4
VSCode version: 1.74.3
Command requested: getCodeFixes
Hitting sessions: 705
Five line hash: 1192c4ffd8604ab9c1d08b7118423d1d
Stack:
The text was updated successfully, but these errors were encountered: