Skip to content

Copy line number feature does not copy the entire path #139

Description

@ialecse

Whenever the Copy line number feature is used it never copies the parent folder, but stops right before it. Most add-ons have a structure with multiple folders and it's important to get the entire relative path from VSC.
As an example we have the following structure

  • Parent Folder 1
    -> Sub Folder 1
    => file1
    -> Sub Folder 2
    => file2
  • Parent Folder 2

If the Copy line number is used in file1 the path will be */Sub Folder 1/ file1#L12(For example), but the correct path should be Parent Folder 1/Sub Folder 1/file1#L12

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions