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
After an update to Ventura 13.4 (M2 mac) VSCode suddenly stopped working and the environment wasn't found. ti info still showed correct values but the package didn't find anything
the fix was to remove all testing SDK folders (stuff like 12.2.0.v20230413203758). So it might be that sdkVersions.sort((a, b) => { in src/environment-info.ts could be the issue.
I run an Intel Mac with 13.4 with Codium and have other SDK folder without any issue. So there might be other issues that cause this but we should verify the SDK check is working or at least gives a better output of the error. In the screenshot it even didn't find a node version.
The text was updated successfully, but these errors were encountered:
So in terms of showing that screen, the ti info output won't have been loaded yet as it's in the startup/validation phase.
It'll be calling into titanium-editor-commons to validate the environment and then showing either "missing tooling", "environment issues" or continuing onto loading, the SDK check only uses GA SDKs so it's strange that removing CI SDKs fixed it.
Given that every check is failing it feels more potentially environment related rather than SDK version parsing failing, anecdotally I've seen issues where the extension host can get into a bad state and isn't able to resolve any information like node -v but it's hard to determine whether that is occurring
Describe the Bug
Reported by a user on Slack:
After an update to Ventura 13.4 (M2 mac) VSCode suddenly stopped working and the environment wasn't found.
ti info
still showed correct values but the package didn't find anythingthe fix was to remove all testing SDK folders (stuff like
12.2.0.v20230413203758
). So it might be thatsdkVersions.sort((a, b) => {
insrc/environment-info.ts
could be the issue.I run an Intel Mac with 13.4 with Codium and have other SDK folder without any issue. So there might be other issues that cause this but we should verify the SDK check is working or at least gives a better output of the error. In the screenshot it even didn't find a node version.
The text was updated successfully, but these errors were encountered: