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>
<li>An entry "TFS-VM" should appear on "SSH TARGETS".</li>
</ul>
<h3><u>Connect VSCode to the VM through "Remote SSH" extension</h3>
<p></u>
- Right-click on "TFS-VM"
- Select "Connect to Host in Current Window"
- Reply to the questions asked
- Platform of the remote host "TFS-VM": Linux
- "TFS-VM" has fingerprint "<fingerprint>". Do you want to continue?: Continue
- Type tfs user's password: tfs123
- You should be now connected to the TFS-VM.</p>
<p></u></p>
<ul>
<li>Right-click on "TFS-VM"</li>
<li>Select "Connect to Host in Current Window"</li>
<li>Reply to the questions asked</li>
<li>Platform of the remote host "TFS-VM": Linux</li>
<li>"TFS-VM" has fingerprint "<fingerprint>". Do you want to continue?: Continue</li>
<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
"&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,
......@@ -804,9 +806,11 @@ This step installs Python extensions in VSCode server running in the VM.</p>
<ul>
<li>In VSCode (connected to the VM), click left button "Extensions"</li>
<li>Search "Python" extension in the extension Marketplace.</li>
<li>Install official "Python" extension released by Microsoft.</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>
<p>In VSCode (connected to the VM), click left button "Explorer"</p>
......
This diff is collapsed.
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