-
Notifications
You must be signed in to change notification settings - Fork 888
chore: add IDEs page #2388
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
chore: add IDEs page #2388
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo!
|
||
To access Coder via SSH, run the following in the terminal: | ||
|
||
```console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL about console
! I've always used shell
but I guess they're the same!
a workspace to connect. | ||
|
||
## VS Code in the browser | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bpmct I thought we'd leverage the sample here instead of walking users through (we could do that in our "how to create your own custom template" doc)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing 👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there another PR or issue addressed for using Gateway?
@bpmct I'm testing Gateway now and if it works, I'll push it to this branch (there was an issue w/ how we vs. JetBrains handled SSH which was fixed yesterday and should be in the current release) |
1. Log into Coder's Web UI, and open your workspace. Then, | ||
click **code-server** to launch VS Code in a new browser window. | ||
|
||
## JetBrains Gateway with SSH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bpmct We have JetBrains Gateway info!
fixes #1911, #2371, and #2365