Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
documentation
Commits
308b8fe1
Commit
308b8fe1
authored
6 months ago
by
yangalicace1
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/develop/development_guide/development_guide/index.html
+14
-10
14 additions, 10 deletions
...ic/develop/development_guide/development_guide/index.html
public/develop/search/search_index.json
+1
-1
1 addition, 1 deletion
public/develop/search/search_index.json
with
15 additions
and
11 deletions
public/develop/development_guide/development_guide/index.html
+
14
−
10
View file @
308b8fe1
...
...
@@ -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
"
<
...
>
/.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.
Click to expand it.
public/develop/search/search_index.json
+
1
−
1
View file @
308b8fe1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment