copy-directory-pathExtension that will insert a copy directory path command to the file title context menu in Visual Studio Code. Like Current Dir. path to clipboard in Notepad++. RequirementsExtension SettingsKnown IssuesOn Linux the xclip package might not be installed by default. To fix, run
or another appropriate command for your Linux distribution. Release Notes1.0.3Update release package and some outdated dependencies 1.0.2On Linux, display error message if xclip is not found 1.0.1Fix #1, support for non-windows os -Use node path module istead of string manipulation 1.0.0Initial release of copy-directory-path. |