ActiveFileInStatusBar icon indicating copy to clipboard operation
ActiveFileInStatusBar copied to clipboard

feat: Relative path format

Open SleepWalker opened this issue 6 years ago • 0 comments

It is nice, when you have project directory in relative path, e.g. my-project/foo/bar.js, but most of the time you are interested in path relative to project root, without including root dir name, e.g. foo/bar.js.

I propose to implement option, that will control whether user wants project's root name in relative path.

I can implement this settings, if the PR will be accepted

SleepWalker avatar Jan 30 '19 07:01 SleepWalker