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: packages/remote/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ This facilitates features similar to the features offered by Microsoft's popular
19
19
20
20
The following explains the basic flow of any remote connection. It will be exemplified using the remote SSH feature:
21
21
22
-
1. When the user runs the `SSH: Connect to Host...` command, we send the host info to the local backend.
22
+
1. When the user runs the `SSH: Connect to Host...` command, we send the host info to the local backend.
23
23
The corresponding `RemoteSSHConnectionProvider` is scoped to the current connection and can request additional information from the user, such as SSH key passphrases.
24
24
2. Once the `RemoteSSHConnectionProvider` has every information it needs, it creates a SSH connection and registers this connection to the general `RemoteConnectionService`.
25
25
Every `RemoteConnection` type implements an interface that is able to handle 3 kinds of messages to the remote system:
26
26
1. Executing commands in the shell of the remote system
27
27
2. Copying data to the remote
28
28
3. Once the connection has been established, a setup process takes place on the remote system:
29
-
1.Idenfying the remote platform (i.e. Windows, MacOS or Linux). This information is needed for all the following steps.
29
+
1.Identifying the remote platform (i.e. Windows, MacOS or Linux). This information is needed for all the following steps.
30
30
2. Setting up various directories for storing the application and its dependencies.
31
31
3. Download and install the correct Node.js version for the remote platform.
32
32
4. Packaging, copying, and unpackaging the local backend to the remote backend.
@@ -56,5 +56,6 @@ Although these backend services live on a different remote system, the frontend
56
56
-[一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
0 commit comments