[GH-ISSUE #4034] [Feature Request] How to work with vs code #3195

Closed
opened 2026-05-05 14:03:57 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @garrisonz on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4034

Describe the feature request

As description in README

To access server B from another machine through server A via SSH (assuming the username is test), use the following command:
ssh -oPort=6000 test@x.x.x.x

But, how to set this in vs code ?
vs code setting ssh configuration in ~/.ssh/config file, which do not support -oPort=6000 parameter
Then, How can I use vs code with frp ?? Thansk

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @garrisonz on GitHub (Feb 29, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4034 ### Describe the feature request As description in README ``` To access server B from another machine through server A via SSH (assuming the username is test), use the following command: ssh -oPort=6000 test@x.x.x.x ``` But, how to set this in vs code ? vs code setting ssh configuration in ~/.ssh/config file, which do not support `-oPort=6000` parameter Then, How can I use vs code with frp ?? Thansk ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [X] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [X] Extensions - [X] Others
Author
Owner

@fatedier commented on GitHub (Feb 29, 2024):

You might want to try searching for VS Code tutorials or open an issue for vscode.

This is a question unrelated to this project.

<!-- gh-comment-id:1970317028 --> @fatedier commented on GitHub (Feb 29, 2024): You might want to try searching for VS Code tutorials or open an issue for vscode. This is a question unrelated to this project.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3195
No description provided.