Created
July 16, 2026 06:33
-
-
Save ochilab/44e6421c42bdd1de92b1338fbd447c13 to your computer and use it in GitHub Desktop.
Mac:クイックアクションにVSCodeで開くを追加する
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 characters
| for folder in "$@" | |
| do | |
| open -a "Visual Studio Code" "$folder" | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment