Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 815 Bytes

File metadata and controls

14 lines (11 loc) · 815 Bytes

Open in VS Code

Read Me

This is just a small AppleScript application that you can add to your Finder toolbar to quickly launch your Visual Studio Code over the current Folder or file.

How to Use

  1. To create your application, create new project in Automator
  2. Paste the code in the open_in_vs_code.scpt in your Automator project
  3. Save your project as an Application
  4. Move your new Application file to your Applications folder
  5. Command+Drag the Application file to your Finder toolbar, a new button for the app will be created in your Finder toolbar
  6. Go to the Folder you want to open in the editor and press the button from the Finder toolbar, the editor should appear displaying the contents of the folder
  7. If you select a specific File or Files, the Editor will display the selection only