Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created July 16, 2026 06:33
Show Gist options
  • Select an option

  • Save ochilab/44e6421c42bdd1de92b1338fbd447c13 to your computer and use it in GitHub Desktop.

Select an option

Save ochilab/44e6421c42bdd1de92b1338fbd447c13 to your computer and use it in GitHub Desktop.
Mac:クイックアクションにVSCodeで開くを追加する
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