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
fix(cloud9: "Attempted to get compute region without initializing" #3606
Problem:
since 4e40536 the Toolkit can't load on cloud9:
INFO ExtHost [error]: Error: Attempted to get compute region without initializing.
at getComputeRegion (/opt/c9/dependencies/aws-toolkit-vscode/…/dist/src/main.js:377606:11)
at isCn (/opt/c9/dependencies/aws-toolkit-vscode/…/dist/src/main.js:377457:22)
at getIdeProperties (/opt/c9/dependencies/aws-toolkit-vscode/…/dist/src/main.js:377429:11)
Solution:
Lazy-load `SamCliValidationNotificationAction.label()`.
0 commit comments