Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save aamnah/9b66ab2462e1b50358455dbd3c9c2f0f to your computer and use it in GitHub Desktop.
Save aamnah/9b66ab2462e1b50358455dbd3c9c2f0f to your computer and use it in GitHub Desktop.
Add Quick Actions to Finde in macOS Big Sur to open a folder in VS Code
  • Open Automator
  • Choose Quick Action as the document type
  • Change Workflow receives current to files or folders in Finder.app
  • For Action, choose Open Finder items from the left hand sidebar
  • Change Open with to Visual Studio Code.app (find it in Other... )
  • For the Icon, change Image to "Choose..." and select the Visual Stuido Code app. It'll automatically pick the icon
  • Save it (Cmd+S) as something like "Open in VS Code"
@stevorr
Copy link

stevorr commented Feb 18, 2022

Very nice. Works great. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment