Skip to content

Commit 659bfcb

Browse files
committed
'VSCode' -> 'VS Code'
1 parent 8ea4e3b commit 659bfcb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/setup_remotessh.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: spec
3-
title: Setup VSCode CAEN Access
3+
title: Setup VS Code CAEN Access
44
---
55

6-
VSCode CAEN Access
6+
VS Code CAEN Access
77
==========
88
{: .primer-spec-toc-ignore }
99

10-
This tutorial will show you how to set up VSCode access into CAEN Linux via SSH. It allows you to remotely edit and execute files as if you were using VSCode 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 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.
1111

1212

1313
## Prerequisites
14-
If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so your CAEN environment is ready for VSCode to access. If you need a refresher on VScode, read through the [tutorial](setup_vscode.html).
14+
If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so your CAEN environment is ready for VS Code to access. If you need a refresher on VS code, read through the [tutorial](setup_vscode.html).
1515

1616

1717
<div class="primer-spec-callout warning" markdown="1">
@@ -21,7 +21,7 @@ If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so you
2121
## Setup Remote SSH Extension
2222

2323
### Edit SSH Config
24-
First, we need to specify CAEN as a host in our SSH config file so VSCode knows where to connect. You can find the file at `~/.ssh/config`.
24+
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`.
2525

2626
Add the following lines to the SSH config file, replacing `<uniqname>` with your own uniqname.
2727
```
@@ -55,7 +55,7 @@ $ ssh caen
5555
</div>
5656

5757
### Install Extension
58-
Open up VSCode and install the [Remote - SSH Extension](https://aka.ms/vscode-remote/download/ssh).
58+
Open up VS Code and install the [Remote - SSH Extension](https://aka.ms/vscode-remote/download/ssh).
5959

6060
<img src="images/remotessh_00.png" width="768px" />
6161

@@ -116,7 +116,7 @@ Now you should be able to work on CAEN!
116116

117117

118118
## Troubleshooting
119-
If you are suddenly unable to connect, you can try deleting the VSCode server files. Sometimes the files that VSCode drops onto the remote host don't get cleaned up properly and it tries to reuse an unreachable remote server. SSH into CAEN and execute the following:
119+
If you are suddenly unable to connect, you can try deleting the VS Code server files. Sometimes the files that VS Code drops onto the remote host don't get cleaned up properly and it tries to reuse an unreachable remote server. SSH into CAEN and execute the following:
120120

121121
```console
122122
@@ -125,7 +125,7 @@ $ mv ~/.vscode-server ~/.vscode-old
125125
$ rm -rf ~/.vscode-old
126126
```
127127

128-
Restart VSCode on your own computer and [try again](#connect-to-caen).
128+
Restart VS Code on your own computer and [try again](#connect-to-caen).
129129

130130

131131
## Acknowledgments

0 commit comments

Comments
 (0)