From ea1a3739c8351b5b529000d2c942d53a997fb82b Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 31 Jan 2022 20:34:05 +0000 Subject: [PATCH] [mod] remove trailing # from xquery.lib --- .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..e83ebb0 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,11 @@ +{ + "name": "My Server", + "host": "localhost", + "protocol": "sftp", + "port": 22, + "username": "username", + "remotePath": "/", + "uploadOnSave": true, + "useTempFile": false, + "openSsh": false +}