Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.63 KB

File metadata and controls

53 lines (37 loc) · 1.63 KB
description VisualStudio Code extension
icon file

Files editor

How to install

Preview

How to enable the descriptions on fields/suggestions

FTP

Download the FTP VSCode extension from here.

Create an empty folder anywhere on your PC, for example in the Downloads folder.
This folder will contain a copy of your server files which will be synced on each saving.
For example remote_itemsadder_contents.

Press CTRL+SHIFT+P and run Config.

Change host, port, username and password (and protocol if needed).
uploadOnSave allows you to automatically upload the files on saving.

{
    "name": "My Server",
    "host": "eux1.humbleservers.com",
    "protocol": "sftp",
    "port": 2022,
    "username": "username",
    "password": "password",
    "remotePath": "/plugins/ItemsAdder/",
    "uploadOnSave": true,
    "useTempFile": false,
    "openSsh": false
}

Press CTRL+SHIFT+P and run Download Project.