vscode-basex #1

Merged
apb merged 7 commits from vscode-basex into master 2022-02-09 22:38:59 +00:00
Showing only changes of commit ea1a3739c8 - Show all commits

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
}