Pathify is an extension for Visual Studio Code that copies relative path of the current opened file into the clipboard.
- change the settings in
settings.json
"pathify.showInformationMessageOnCopy": [true|false]
The default value is true
- change it from the settings interface
- Open
Code
->Preferences
->Settings
- Go to
Extensions
->Pathify
- Click on
Toggle the alerts when a path is copied
- Open
- change the settings in
settings.json
"pathify.separator": [string]
The default value is /
- change it from the settings interface
- Open
Code
->Preferences
->Settings
- Go to
Extensions
->Pathify
- Change the
Separator
value
- Open