summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorlinxin <[email protected]>2023-04-10 18:30:40 +0800
committerlinxin <[email protected]>2023-04-10 18:30:40 +0800
commit2c7ca6f413b8270a2ea3bb598322ee986d6877cd (patch)
tree0de341628b340f00237c53fac36f8f4fb3acead1 /.vscode
parent14254aeb95053f98872f8962529344ee914dd3e9 (diff)
提交coredump转储功能代码
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/sftp.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/sftp.json b/.vscode/sftp.json
new file mode 100644
index 0000000..a020e4e
--- /dev/null
+++ b/.vscode/sftp.json
@@ -0,0 +1,12 @@
+{
+ "name": "My Server",
+ "host": "192.168.169.12",
+ "protocol": "sftp",
+ "port": 22,
+ "username": "root",
+ "password": "root",
+ "remotePath": "/root/pipe",
+ "uploadOnSave": false,
+ "useTempFile": false,
+ "openSsh": false
+}