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
Following #12066 we have an error thrown on startup related to the default terminal-profile:
2023-01-27T13:29:59.848Z root ERROR Error: Cannot set default to unknown profile ''
at DefaultTerminalProfileService.setDefaultProfile (file:///home/foobar/workspaces/theia/examples/electron/lib/packages_terminal_lib_browser_terminal-profile-service_js-packages_terminal_lib_browser_termi-8fdc06.js:809:19)
at file:///home/foobar/workspaces/theia/examples/electron/lib/packages_terminal_lib_browser_terminal-frontend-contribution_js.js:264:33
at file:///home/foobar/workspaces/theia/examples/electron/lib/bundle.js:136667:69
at CallbackList.invoke (file:///home/foobar/workspaces/theia/examples/electron/lib/bundle.js:136673:26)
at Emitter.fire (file:///home/foobar/workspaces/theia/examples/electron/lib/bundle.js:136788:29)
at DefaultTerminalProfileService.handleAdded (file:///home/foobar/workspaces/theia/examples/electron/lib/packages_terminal_lib_browser_terminal-profile-service_js-packages_terminal_lib_browser_termi-8fdc06.js:796:33)
at file:///home/foobar/workspaces/theia/examples/electron/lib/packages_terminal_lib_browser_terminal-profile-service_js-packages_terminal_lib_browser_termi-8fdc06.js:769:26
at file:///home/foobar/workspaces/theia/examples/electron/lib/bundle.js:136667:69
Bug Description:
Following #12066 we have an error thrown on startup related to the default terminal-profile:
Steps to Reproduce:
You can view the error during CI
1.start the application with no previous default profile data
2. notice the error in the backend logs on startup
The text was updated successfully, but these errors were encountered: