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