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
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
-> Sub Folder 1
=> file1
-> Sub Folder 2
=> file2
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