Forked from tonysneed/Mac OS X: Open in Visual Studio Code
Created
September 2, 2020 19:43
-
-
Save sub-mod/1cb12a23b0e0e85f3d1d51237a6103d7 to your computer and use it in GitHub Desktop.
Revisions
-
Anthony Sneed revised this gist
Apr 27, 2016 . No changes.There are no files selected for viewing
-
Anthony Sneed created this gist
Apr 17, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ - Open Automator - File -> New -> Service - Change "Service Receives" to "files or folders" in "Finder" - Add a "Run Shell Script" action - Change "Pass input" to "as arguments" - Paste the following in the shell script box: open -n -b "com.microsoft.VSCode" --args "$*" - Save it as something like "Open in Visual Studio Code"