-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Code Server terminal shows black screen #7108
-
Hey,
The terminal shows black screen everytime I open terminal . Can anyone help me.
Screenshot_20241209-193029
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 4 replies
-
Are there any errors in the browser console or in code-server's output?
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm getting these warnings, but I don't think these have anything to with the terminal.
The code is running without any problem, it's just the terminal is showing black screen.Screenshot_20241211-130101.png
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm getting these warnings, but I don't think these have anything to with the terminal.
The code is running without any problem, it's just the terminal is showing black screen.Screenshot_20241211-130101.png
I solved this by changing the value to 'none' instead of 'jedi' or 'pylance'. Is that okay to do?
Beta Was this translation helpful? Give feedback.
All reactions
-
I think that will just make it so you will not get any language server running, so things like refactoring or jumping to definition will not work.
You will probably want to check both the "window" and "extension host" logs (click the "go to output" button). There may be information about the terminal in those logs as well.
Beta Was this translation helpful? Give feedback.
All reactions
-
@code-asher thanks for your help in solving the problem, I really appreciate it!
The problem is solved after i reinstalled the whole thing and also reset chrome to default.
I think the problem was with chrome, using dark theme.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1