- Added – Display counts for top-level files and folders, as well as nested files and folders.
- Readme update
- Typo fixes.
- Build size reduced using webpack.
- Removed exporting ffprobe executable for windows. Since this is a platform specific package, please download the ffprobe executable file and give the path in
properties.settings.ffprobePathto get audio and video properties like duration, album, artist etc..
- Build size reduced.
- Added - Get properties from multiple selected files and folders on vscode explorer.
- Extension break on Mac os issue fixed.
- Removed
properties.settings.copyActionasLocationsince copy selected file paths and relative paths is already provided by vscode - Added -
properties.settings.ffprobePathsettings. Provide a custom path to ffprobe executable path to get the audio and video properties.
- node packages updated.
- using
fs-propsnode package to collect properties.
- Removed Show hide settings.
- Added more image properties.
- Added cancel button for a long running script.
- Added more audio and video properties
- Fix - Properties not showing for files that are opened outer workspace folder issue fixed
- Added
Copybutton to copyPropertiesorLocationbased on settingproperties.settings.copyAction - Added
Selectiondetails. Now we can see selectedlines,words,array length,object size,dom nodes length
- Added settings
properties.settings.relativeToRoot- to showLocationandDirectoryrelative to workspace folder
- Now it shows number of folders and files inside the folder properties.
- Added Audio and Video Details.
- Hide extension and mimetype for folder properties.
- Typo fix
- Initial release