apps-projectcenter icon indicating copy to clipboard operation
apps-projectcenter copied to clipboard

PC does not handle subdirectories in project file

Open gcasa opened this issue 2 years ago • 0 comments

Procedure to reproduce:

  1. Create a new project
  2. Go to the command line and create a directory and a new file to add to the project
  3. Go to ProjectCenter and add the file to the subdirectory
  4. ProjectCenter will copy the file to the root of the project instead of referencing it where it is.

Expected:

PC should be able to get the file from its existing location.

Workaround: Create the file in the existing directory.

Why this workaround is unacceptable: For larger projects it might be necessary to incorporate code like this without creating a sub-project.

gcasa avatar Oct 29 '23 14:10 gcasa