Adds a few commands for opening the current file or project in Finder.
There's already a Files: Active File in Finder
command, but it doesn't work if there is no currently active file, in that case this extension opens the root path of the project.
Follow the instructions in the Marketplace, or run the following in the command palette:
ext install fabiospampinato.vscode-open-in-finder
It adds 2 commands to the command palette:
'Open in Finder' // Open the current file or project in Finder
'Open Root in Finder' // Open the current project in Finder
MIT © Fabio Spampinato