Page 1 of 1

Worspace with 2 separate projects do not upload 2nd...

Posted: Sun Aug 01, 2021 3:22 pm
by willemgrooters
I started a project (PRJ) in IDE, without specifying a workspace: just created the files according instructions. Works like a charm.
But the projects uses "library functions" I have done years ago; Done the same with that project (LIB): Used the files of the first project, of course adapted to that environment (other languages, other locations) - obviously. Works like a charm.

Now I created a workspace to combine them into one area: as stated in docs: Just note the locations and "you're done".
Library project first, the other project second.

Code: Select all

{
  "folders": [
    {
      "path": "E:/Projects/LIB"
    },
    {
      "path": "E:/Project/PRJ"
    }
  ]
}
Well, mostly. Indeed, I have both projects at hand, but now there is a problem synchronizing from the workspace. Uploading will just access the first (library) projects but won't touch the second, even if there are no changes in the first, and still changes in the second project, as is shown in the explorer window:

Code: Select all

> LIB
V PRJ                                 *                 
  > .vscode
  > SRC                               *
  | ...
  | updated.code               1
  | ...
  
  
Output shows just:

Code: Select all

Upload completed successfully. [LIB]
Status bar still notes one file upload, upload: 0

Did I miss something? Or how kan I update all updated files, regardless in which project these are located?

Re: Worspace with 2 separate projects do not upload 2nd...

Posted: Mon Aug 09, 2021 1:02 am
by sergey_vorfolomeev
Hi.
The synchronization/uploading of dependent projects is not yet implemented.