1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
do
open -a "Visual Studio Code" "$f"
done
- command + s保存会出现一个弹框,保存为"用VSCode打开"
5.使用
1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
do
open -a "Visual Studio Code" "$f"
done