You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the TSServer log doesn't contain anything relevant, it just abruptly cuts off:
Info 15569[12:43:42.919] event:
{"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/Users/.../ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-hermes.build/Objects-normal/arm64/MessageTypes.o","fileSize":5108688,"maxFileSize":4194304}}
Info 15570[12:43:42.941] Skipped loading contents of large file /Users/.../ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-hermes.build/Objects-normal/x86_64/Connection.o for info /Users/.../ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-hermes.build/Objects-normal/x86_64/Connection.o: fileSize: 8022680
Info 15571[12:43:42.942] event:
{"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/Users/.../ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-hermes.build/Objects-normal/x86_64/Connection.o","fileSize":8022680,"maxFileSize":4194304}}
Runtime
No response
Package manager
No response
OS
macOS
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
Interestingly, if I disable the extension and reload the project (and avoid the crash), I don't see any logged messages like Skipped loading contents of large file ... (aka: the last few messages in the log when it crashes, see initial post)
Hi! Thanks for taking the time to contribute! This has been marked by a maintainer as needing more info. It’s not clear yet whether this is an issue. Here are a couple tips:
Spend time framing the issue! The more time you put into it, the more we will
Often, maintainers respond with why for several back and forths; rubber duck debugging might help avoid that
Folks posting issues sometimes fall for xy problems: asking for a certain solution instead of raising the root problem
Initial checklist
Affected packages and versions
v1.8.3
Link to runnable example
No response
Steps to reproduce
Just opening a React Native project seems to crash TSServer.
Expected behavior
No crash.
Actual behavior
Recently started getting TSServer crashes the moment a react native project was loaded in VSCode.
I ran an Extension Bisect and the problem is the MDX Language Support extension.
Some additional information:
Unfortunately the TSServer log doesn't contain anything relevant, it just abruptly cuts off:
Runtime
No response
Package manager
No response
OS
macOS
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: