Hi y'all I have to install Titanium SDK for work on a Mac. It's all fine until VSCode (newest version) wants me to install the remaining Titanium Tools (newest version as well) as it won't install the Titanium SDK.
I tried everything Google could advice me to. I even changed the type of executing Skript thingys. Which seams not to be the issue. I deleted the Extension and reinstalled multiple Times and I don't know what to do anymore really. What ever I do i'll get "Error fetching Titanium Environment".
can you run this outside of VSCode please:
ti infoand check that for errors. After thatti info --output jsonas that is what vscode is using.Make sure Titanium is install correctly. So
node -vshould be 16 (or higher if you use the latest SDK) and you haveti -vwith 6.1.1 andalloy -vwith 2.0.2. If that isn't the case please runsudo npm i -g titanium alloyto update to the latest versions. After that VSCode should find the CLI.VSCode should of course use this extension https://marketplace.visualstudio.com/items?itemName=tidev.titanium-sdk version 1.1.0