You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup_remotessh.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
layout: spec
3
-
title: Setup VSCode CAEN Access
3
+
title: Setup VS Code CAEN Access
4
4
---
5
5
6
-
VSCode CAEN Access
6
+
VS Code CAEN Access
7
7
==========
8
8
{: .primer-spec-toc-ignore }
9
9
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.
11
11
12
12
13
13
## 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).
@@ -21,7 +21,7 @@ If you haven't already, follow the [CAEN Linux Tutorial](setup_caen.html) so you
21
21
## Setup Remote SSH Extension
22
22
23
23
### 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`.
25
25
26
26
Add the following lines to the SSH config file, replacing `<uniqname>` with your own uniqname.
27
27
```
@@ -55,7 +55,7 @@ $ ssh caen
55
55
</div>
56
56
57
57
### 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).
59
59
60
60
<imgsrc="images/remotessh_00.png"width="768px" />
61
61
@@ -116,7 +116,7 @@ Now you should be able to work on CAEN!
116
116
117
117
118
118
## 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:
0 commit comments