1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
do
open -a "Visual Studio Code" "$f"
done
- command + s保存会出现一个弹框,保存为“用VSCode打开”
5.使用
如何给a-table增加列宽拖动功能
阅读 92
2023-08-11
1.点击访达,搜索自动操作
2.选择快速操作
3.执行shell脚本
替换代码如下:
for f in "$@"
do
open -a "Visual Studio Code" "$f"
done
相关推荐
精彩评论(0)