This extension is used to open the current place of the opened file in the file explorer.
Yarn or NPM(comes with nodejs)
Clone the repository: git clone https://github.com/xamm/OIL.git
Open the repository in a terminal window.
Run yarn
or npm install
from the project folder in a terminal.
Run tsc
also from a terminal inside the project folder.
Output directory is out/. You can now run this sourcecode with e.g. VisualStudio Code.
"showFileExtension.copyPathToClipBoard": false,
"showFileExtension.copyWithoutFilename": false
If true no file explorer will be opened, but the path to the file will be copied to clipboard.
Only active if copyPathToClipBoard is true. If copyWithoutFilename is true the copied path will be without filename.
Opens the current file in the file explorer or copies the path to the file to clipboard.
With the extension the filepath will be displayed on the statusbar.
When you click on this path the folder containing the displayed file will be opened.
If the setting showFileExtension.copyPathToClipBoard is true the explorer won't be opened but the path will be copied to the clipboard
Currently only works on Mac and Linux.