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
Sometimes the extensions fails and does not detect the tooling and ask for install them again. If I attempt to do so the output shows the following log:
Failed to get updates, error was:
Error: Failed to run
at runTiCommand (/Users/brian/.vscode/extensions/tidev.titanium-sdk-1.0.1/node_modules/titanium-editor-commons/updates/titanium/sdk.js:124:11)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at checkLatestVersion (/Users/brian/.vscode/extensions/tidev.titanium-sdk-1.0.1/node_modules/titanium-editor-commons/updates/titanium/sdk.js:59:24)
at async Promise.all (index 1)
at Object.checkForUpdate (/Users/brian/.vscode/extensions/tidev.titanium-sdk-1.0.1/node_modules/titanium-editor-commons/updates/titanium/sdk.js:90:45)
at async Promise.all (index 3)
at Object.checkAllUpdates (/Users/brian/.vscode/extensions/tidev.titanium-sdk-1.0.1/node_modules/titanium-editor-commons/updates/index.js:32:21)
The text was updated successfully, but these errors were encountered:
@Brianggalvez What version of the titanium CLI are you using? Based on the stacktrace, the specific command that failed was ti sdk list --releases --output json so it might be that you're using an older CLI version that doesn't include the new SDK registry usage?
Describe the Bug
Sometimes the extensions fails and does not detect the tooling and ask for install them again. If I attempt to do so the output shows the following log:
The text was updated successfully, but these errors were encountered: