Ryan Cavanaugh
Ryan Cavanaugh
Please provide code as text so we can copy this and repro. Thanks!
We're not here to transcribe screenshots. Please provide an entire sample.
Call stack from log ``` Error: Debug Failure. Unexpected node. Node ConstructSignature was unexpected. at visitForDisplayParts (c:\Users\ryanca\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\typescript.js:174596:17) at c:\Users\ryanca\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\typescript.js:174614:9 at Array.forEach () at visitDisplayPartList (c:\Users\ryanca\AppData\Local\Programs\Microsoft VS...
Closing language service bugs related to the 6.0 implementation. For more information, see #62827
🤖 Thank you for your issue! I've done some analysis to help get you started. This response is automatically generated; feel free to 👍 or 👎 this comment according to...
We have a ton of flags to suppress certain errors (the one you mention, we are accepting PRs to add a flag for). What errors are people interested in suppressing,...
Error numbers aren't 100% guaranteed to be stable from release to release. For example, today two different incorrect things might produce the same error, but it'd be better if they...
@mjbvz checked manually and I don't see anything in the server log where the updated setting gets sent over
🤖 Thank you for your issue! I've done some analysis to help get you started. This response is automatically generated; feel free to 👍 or 👎 this comment according to...
We've gotten this far without it and I think this would create more confusion than it would solve; people varyingly suggest `T?` "obviously" means `T | null | undefined`, `T...