From cfe7e209b092f842e7066bfec69d2dc2bc3c6a76 Mon Sep 17 00:00:00 2001 From: maru21 Date: Sun, 1 Oct 2023 21:00:39 +0200 Subject: [PATCH] 9.8 --- .vscode/sftp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..5c8f2b3 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,11 @@ +{ + "name": "linode", + "host": "gru.duckdns.org", + "protocol": "sftp", + "port": 22, + "username": "maru", + "remotePath": "/var/www/templateGen", + "uploadOnSave": false, + "useTempFile": false, + "openSsh": false +}