Skip to content

Commit 541e039

Browse files
author
wuhualong
committed
solve vscode ssh remote timeout.
1 parent 67273b3 commit 541e039

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tool/use_vs_code.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vs code使用笔记
22

3+
## 常见问题
4+
5+
1. 使用vs code remote-ssh 连接服务器时报ssh timeout,可以尝试关闭以下配置:
6+
- 参考[why ssh connection timed out in vscode?](https://stackoverflow.com/questions/59978826/why-ssh-connection-timed-out-in-vscode)
7+
```
8+
"remote.SSH.useLocalServer": false
9+
```
10+
311
## 环境配置
412

513
1. IntelliSense configuration settings editor UI

0 commit comments

Comments
 (0)