Skip to content
Snippets Groups Projects
Commit 308b8fe1 authored by yangalicace1's avatar yangalicace1
Browse files

Deployed 225b7e01 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 369b5871
No related branches found
No related tags found
No related merge requests found
...@@ -744,14 +744,16 @@ machine, not in the VM.</p> ...@@ -744,14 +744,16 @@ machine, not in the VM.</p>
<li>An entry "TFS-VM" should appear on "SSH TARGETS".</li> <li>An entry "TFS-VM" should appear on "SSH TARGETS".</li>
</ul> </ul>
<h3><u>Connect VSCode to the VM through "Remote SSH" extension</h3> <h3><u>Connect VSCode to the VM through "Remote SSH" extension</h3>
<p></u> <p></u></p>
- Right-click on "TFS-VM" <ul>
- Select "Connect to Host in Current Window" <li>Right-click on "TFS-VM"</li>
- Reply to the questions asked <li>Select "Connect to Host in Current Window"</li>
- Platform of the remote host "TFS-VM": Linux <li>Reply to the questions asked</li>
- "TFS-VM" has fingerprint "<fingerprint>". Do you want to continue?: Continue <li>Platform of the remote host "TFS-VM": Linux</li>
- Type tfs user's password: tfs123 <li>"TFS-VM" has fingerprint "<fingerprint>". Do you want to continue?: Continue</li>
- You should be now connected to the TFS-VM.</p> <li>Type tfs user's password: tfs123</li>
<li>You should be now connected to the TFS-VM.</li>
</ul>
<p><strong>Note</strong>: if you get a connection error message, the reason might be due to wrong SSH server fingerprint. Edit file <p><strong>Note</strong>: if you get a connection error message, the reason might be due to wrong SSH server fingerprint. Edit file
"&lt;...&gt;/.ssh/known_hosts" on your local user account, check if there is a line starting with "&lt;...&gt;/.ssh/known_hosts" on your local user account, check if there is a line starting with
"[127.0.0.1]:2200" (assuming previous port forwarding configuration), remove the entire line, save the file, "[127.0.0.1]:2200" (assuming previous port forwarding configuration), remove the entire line, save the file,
...@@ -804,9 +806,11 @@ This step installs Python extensions in VSCode server running in the VM.</p> ...@@ -804,9 +806,11 @@ This step installs Python extensions in VSCode server running in the VM.</p>
<ul> <ul>
<li>In VSCode (connected to the VM), click left button "Extensions"</li> <li>In VSCode (connected to the VM), click left button "Extensions"</li>
<li>Search "Python" extension in the extension Marketplace.</li> <li>Search "Python" extension in the extension Marketplace.</li>
<li>Install official "Python" extension released by Microsoft.</li>
<li> <li>
<p>By default, since you're connected to the VM, it will be installed in the VSCode server running in the VM.</p> <p>Install official "Python" extension released by Microsoft.</p>
<ul>
<li>By default, since you're connected to the VM, it will be installed in the VSCode server running in the VM.</li>
</ul>
</li> </li>
<li> <li>
<p>In VSCode (connected to the VM), click left button "Explorer"</p> <p>In VSCode (connected to the VM), click left button "Explorer"</p>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment