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(codecatalyst): do not force-close Cloud9 devenv #3342
Problem:
Since eb38055, Toolkit actively exits if the CC devenv is not
a "vscode" devenv. But this is incorrect when running in the context of
a Cloud9 devenv.
NOTE: executeCommand('workbench.action.remote.close') has no effect in
Cloud9, but this the code should be corrected anyway.
Solution:
Skip the condition in Cloud9.
'Welcome to your Amazon CodeCatalyst Dev Environment. For more options and information, view Dev Environment settings (AWS Extension > CodeCatalyst).'
86
+
'Welcome to your Amazon CodeCatalyst Dev Environment. For more options and information, view Dev Environment settings ({0} Extension > CodeCatalyst).',
87
+
getIdeProperties().company
85
88
)
86
89
constopenDevEnvSettings=localize('AWS.codecatalyst.openDevEnvSettings','Open Dev Environment Settings')
0 commit comments