fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.39k stars 13.36k forks source link

[Feature Request] How to work with vs code #4034

Closed garrisonz closed 8 months ago

garrisonz commented 8 months ago

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

fatedier commented 8 months ago

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

This is a question unrelated to this project.