vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

[Help Wanted][SFTP] Directory Structuring issue

Open prerakmody opened this issue 7 years ago • 1 comments

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.
    • deploy_dirstructure
    • settings.json (for sftp)
      • deply_settings

Issue

  • Deploy current file/folder
    • Warning : deploy_warning
    • Could you point out what is it that I'm doing incorrectly here
    • I have explicitly defined the target as "AWS GPU"

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

prerakmody avatar Dec 04 '17 09:12 prerakmody

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 : settings_json_new

prerakmody avatar Dec 04 '17 10:12 prerakmody