Skip to content

feat: update IDE docs with advanced examples with pods and custom images #3002

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 7 commits into from
Jul 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/ides/configuring-web-ides.md
Co-authored-by: Ben Potter <ben@coder.com>
  • Loading branch information
sharkymark and bpmct authored Jul 21, 2022
commit 1fdceee1231425eef64ff8edbacc298b9c3a522e
2 changes: 1 addition & 1 deletion docs/ides/configuring-web-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ For advanced users who want to make a custom image, you can install the Projecto

In this example, the version of JetBrains IntelliJ IDE is passed in from a Terraform input variable. You create a JetBrains icon in the workspace using a `coder_app` resource.

> There is known issue passing query string parameters when opening a JetBrains IDE from an icon in your workspace. Note the `grep` statement to remove an optional password token from the configuration so a query string parameter is not passed.
> There is a known issue passing query string parameters when opening a JetBrains IDE from an icon in your workspace ([#2669](https://github.com/coder/coder/issues/2669)). Note the `grep` statement to remove an optional password token from the configuration so a query string parameter is not passed.

```hcl

Expand Down