RoscoP / ActiveFileInStatusBar

Visual Studio Code extension showing currently active file in the status bar.
MIT License
21 stars 8 forks source link

feat: Allow copy different path #16

Open SleepWalker opened 5 years ago

SleepWalker commented 5 years ago

In Atom's nuclide (or may be this is Atom's core feature) the corresponding extension has two modes. If you click - you'll copy full path, if you shift+click - you'll copy relative path.

I think this feature may be useful for this extension too.

I can submit a PR if it will be accepted

THernandez03 commented 5 years ago

+1