Skip to content

Commit 87ea32e

Browse files
committed
Improved wording
1 parent 3cb7917 commit 87ea32e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h1 style="border-bottom: 1px solid var(--main-header-border-bottom-color, #eaec
295295
<i class="icon satellite dish"></i>VSCode CAEN Access
296296
</a>
297297
<div class="description">
298-
Develop and test directly on CAEN
298+
Develop and test on CAEN
299299
using VSCode
300300
</div>
301301
</div>

docs/setup_remotessh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VS Code CAEN Access
77
==========
88
{: .primer-spec-toc-ignore }
99

10-
This tutorial will show you how to set up VS Code access into CAEN Linux via SSH. It allows you to remotely edit and execute files as if you were using VS Code on the CAEN computers themselves. This may come in handy for those who wish to develop and test their projects directly on CAEN.
10+
This tutorial will show you how to use VS Code to remotely develop and test on CAEN Linux. This may come in handy for those who wish to develop and test their projects directly on CAEN.
1111

1212

1313
## Prerequisites
@@ -18,7 +18,7 @@ If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so you
1818
**Pitfall:** If you are off campus, make sure you have connected to the [UM VPN](https://its.umich.edu/enterprise/wifi-networks/vpn/getting-started) before continuing.
1919
</div>
2020

21-
## Setup Remote SSH Extension
21+
## Install and Configure Remote SSH Extension
2222

2323
### Edit SSH Config
2424
First, we need to specify CAEN as a host in our SSH config file so VS Code knows where to connect. You can find the file at `~/.ssh/config`.

0 commit comments

Comments
 (0)