秦皇岛网站制作百度一下移动版首页
1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
doopen -a "Visual Studio Code" "$f"
done
- command + s保存会出现一个弹框,保存为“用VSCode打开”
5.使用
1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
doopen -a "Visual Studio Code" "$f"
done