Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitceef283

Browse files
authored
chore: minor changes to SSH dialog (#4142)
1 parentd30945c commitceef283

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

‎site/src/components/SSHButton/SSHButton.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,14 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
5959
<Stackspacing={0.5}className={styles.codeExamples}>
6060
<div>
6161
<HelpTooltipText>
62-
<strongclassName={styles.codeExampleLabel}>
63-
Configure ssh{" "}
64-
<spanclassName={styles.textHelper}>
65-
- only needs to be run once, or after managing workspaces
66-
</span>
67-
</strong>
62+
<strongclassName={styles.codeExampleLabel}>Configure SSH hosts on machine:</strong>
6863
</HelpTooltipText>
6964
<CodeExamplecode="coder config-ssh"/>
7065
</div>
7166

7267
<div>
7368
<HelpTooltipText>
74-
<strongclassName={styles.codeExampleLabel}>Connect to the agent</strong>
69+
<strongclassName={styles.codeExampleLabel}>Connect to the agent:</strong>
7570
</HelpTooltipText>
7671
<CodeExamplecode={`ssh coder.${workspaceName}.${agentName}`}/>
7772
</div>
@@ -81,8 +76,11 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
8176
<HelpTooltipLinkhref="https://coder.com/docs/coder-oss/latest/install">
8277
Install Coder CLI
8378
</HelpTooltipLink>
84-
<HelpTooltipLinkhref="https://coder.com/docs/coder-oss/latest/ides/web-ides">
85-
Configuring Web IDEs
79+
<HelpTooltipLinkhref="https://coder.com/docs/coder-oss/latest/ides#vs-code-remote">
80+
Connect via VS Code Remote SSH
81+
</HelpTooltipLink>
82+
<HelpTooltipLinkhref="https://coder.com/docs/coder-oss/latest/ides#jetbrains-gateway">
83+
Connect via JetBrains Gateway
8684
</HelpTooltipLink>
8785
<HelpTooltipLinkhref="https://coder.com/docs/coder-oss/latest/ides#ssh-configuration">
8886
SSH configuration

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp