Gitpod: Gitpod is frozen after initialization

Created on 1 Apr 2019  路  5Comments  路  Source: gitpod-io/gitpod

Describe the bug
Gitpod is frozen after initialization. When I click on a Workspace in the dashboard, the screen displays 'Starting (x/y)' until 'Running' is displayed. After everything in the gitpod tab (Chrome) is frozen.

Google Chrome: 73.0.3683.86 (Build officiel) (64 bits)
MacOS: 10.13.6

I think it is related to something I made on my 'user' config file, because each workspace I open ends frozen. But, I found no way to log to see what I have done wrong.

To Reproduce
Open dc65ce20-c62a-49e8-9acf-8506ccdc2b2e, or any workspace like https://gitpod.io/#https://github.com/now-examples/nextgram

Expected behavior
The editor comes live.

bug critical

Most helpful comment

Thanks for the support. I think, beside the issue for this specific setting, the issue is that it is impossible to log into an instance in a kind of 'rescue' mode, and try to correct the issue by myself. Or may be there is a way to do that?

Anyway, thanks for the quick support.

All 5 comments

Thanks for reporting it. We are looking into it.

It was indeed your user settings. I can reproduce it and will fix it.

{
   "editor.tabSize": 2,
   "terminal.integrated.lineHeight": 0,
   "terminal.integrated.letterSpacing": 0,
   "terminal.integrated.fontSize": 13,
   "terminal.integrated.fontFamily": "Source Code Pro for Powerline, Menlo, Monaco, 'Courier New', monospace"
}

probably the fontFamily.

I have reset your user settings for now.

It's

"terminal.integrated.lineHeight": 0,

Thanks for the support. I think, beside the issue for this specific setting, the issue is that it is impossible to log into an instance in a kind of 'rescue' mode, and try to correct the issue by myself. Or may be there is a way to do that?

Anyway, thanks for the quick support.

Was this page helpful?
0 / 5 - 0 ratings