Skip to content

fix: Pantheon build fix #2950

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

Closed
wants to merge 18 commits into from
Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions modules/end-user-guide/pages/url-parameter-for-the-ide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ pass:c,a,q[{prod-url}]#__<git_repository_url>__?che-editor=__<editor_key>__
----
+

.The URL parameter `__<editor_key>__` values for supported IDEs
.The URL parameter `<editor_key>` values for supported IDEs
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
.The URL parameter `<editor_key>` values for supported IDEs
.The URL parameter `editor_key` values for supported IDEs

why do we need <> here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

because it's a user replaced value. those are denoted by angle brackets


[cols="1,1a,1a,1a"]
|===
| IDE | Status | `__<editor_key>__` value | Note
| IDE | Status | `__&lt;editor_key&gt;__` value | Note
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
| IDE | Status | `__&lt;editor_key&gt;__` value | Note
| IDE | Status | `editor_key` value | Note

?


| link:https://github.com/che-incubator/che-code[Microsoft Visual Studio Code - Open Source]
| Available
Expand Down