[mod] remove trailing # from xquery.lib

This commit is contained in:
Andy Bunce 2022-01-31 20:34:05 +00:00
parent 1ea5f9481f
commit ea1a3739c8

11
.vscode/sftp.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 22,
"username": "username",
"remotePath": "/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}