Skip to content

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

Merged
merged 6 commits into from
Jun 16, 2022
Merged

chore: add IDEs page #2388

merged 6 commits into from
Jun 16, 2022

Conversation

khorne3
Copy link
Contributor

@khorne3 khorne3 commented Jun 15, 2022

  • Removes all IDE-related information off the workspaces page
  • Adds link from workspaces to IDEs
  • Adds SSH, VS Code remote, VS Code in the browser, and JetBrains Gateway instructions

fixes #1911, #2371, and #2365

@khorne3 khorne3 requested a review from bpmct June 15, 2022 18:53
Copy link
Contributor

@jsjoeio jsjoeio left a 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
Copy link
Contributor

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

Copy link
Contributor Author

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)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing 👍🏼

Copy link
Member

@bpmct bpmct left a 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?

@khorne3
Copy link
Contributor Author

khorne3 commented Jun 16, 2022

@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
Copy link
Contributor Author

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!

@khorne3 khorne3 merged commit 6c1a111 into main Jun 16, 2022
@khorne3 khorne3 deleted the vs-code branch June 16, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: workspaces.md - coder create does not reference --template in the example.
3 participants