vs-deploy
vs-deploy copied to clipboard
[Help Wanted][SFTP] Directory Structuring issue
My Setup
- Directory Structure
- note here that I have multiple folders open in my workspace. One of these folders is what I want to sync.
-
- settings.json (for sftp)
-
Issue
- Deploy current file/folder
- Warning :
- Could you point out what is it that I'm doing incorrectly here
- I have explicitly defined the target as "AWS GPU"
- Warning :
Resources/Instructions from this repo
- Open (or create) your settings.json in your .vscode subfolder of your workspace.
- Add a deploy section
- Add the subsection packages and add one or more entry
- Add the subsection targets and add one or more entry
- SFTP Wiki
- I even referred to the following issues
Resolved
- So I was trying to use individual settings.json file for each directory by having the .vscode/settings.json within the directory itself. Is there any way to this?
Issue2
- I now have a directory called "code", where all my other repos are.
- This folder contains .vscode/settings.json
- But, when I try to upload a small enough repo (refer to CycleGAN above) of around 120KB, there is no output in the terminal at all. I have to sync sub-folders of my repo to get this done. Is this a bug or am I doing something incorrectly?
- updated settings.json file :