大型網(wǎng)站制作建網(wǎng)站專業(yè)
1.點擊訪達,搜索自動操作
2.選擇快速操作
3.執(zhí)行shell腳本
替換代碼如下:
for f in "$@"
doopen -a "Visual Studio Code" "$f"
done
- command + s保存會出現(xiàn)一個彈框,保存為“用VSCode打開”
5.使用
1.點擊訪達,搜索自動操作
2.選擇快速操作
3.執(zhí)行shell腳本
替換代碼如下:
for f in "$@"
doopen -a "Visual Studio Code" "$f"
done