-
Notifications
You must be signed in to change notification settings - Fork 6k
Integrated Terminal does not open at startup and is not persistent on refresh #6919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Codespaces: Screen.Recording.2024-07-24.at.09.59.31.mov |
1.84.2 is a bit old (Codespaces is running 1.91.1), does this persist on code-server 4.91.1? |
I installed coder just recently by following https://coder.com/docs/install. I thought that I am on the latest version. How can I check the version of coder version
Coder v2.13.0+56bf386 Tue Jul 2 17:54:06 UTC 2024
https://github.com/coder/coder/commit/56bf386b15128c986ad4172c1932c13bed626d58
Full build of Coder, supports the server subcommand. |
Your is on v4.19.1-rc.2 (19, not 91). Coder and code-server are two separate unrelated products (although they are often used together), looks like you have the latest version of Coder but not the latest version of code-server. |
I could not figure out how to update this because I am on the latest coder version and I thought that coder updates code-server. Now I figured out that the code-server version is specified in the terraform file of the template. It seems like your docker getting-started template use an old version of code-server. |
Oh! Yeah you are right. I will update the template, thank you for pointing that out. |
@code-asher Do you know a way to open up the terminal the first time after the workspace is created? |
I am not sure if you can do it only the first time, but it might work to use tasks.json, for example:
|
Closing for now but let me know if you come back to this and it reproduces in the latest version. |
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
OS/Web Information
code-server --version
:1.84.2
0c98611
x64
Steps to Reproduce
Expected
Both points do work in to GitHub CodeSpaces.
Actual
Neither.
Logs
No response
Screenshot/Video
Screen.Recording.2024-07-24.at.09.54.49.mov
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
With "persisted" I do not mean the terminal sessions but the persistence of of the opening state.
The text was updated successfully, but these errors were encountered: