text 在Mac OSX中向Finder服务添加命令以在VS Code中打开文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Mac OSX中向Finder服务添加命令以在VS Code中打开文件夹相关的知识,希望对你有一定的参考价值。

- Open Automator 
- File -> New -> Service 
- Change "Service Receives" to "files or folders" in "Finder" 
- Add a "Run Shell Script" action 
- Change "Pass input" to "as arguments" 
- Paste the following in the shell script box: open -n -b "com.microsoft.VSCode" --args "$*" 
- Save it as something like "Open in Visual Studio Code"

(From: https://gist.github.com/tonysneed/f9f09bfa28bcf98e8d8306f9b21f99e2)

以上是关于text 在Mac OSX中向Finder服务添加命令以在VS Code中打开文件夹的主要内容,如果未能解决你的问题,请参考以下文章

关于mac 和其它osx系统添加 微软雅黑字体 适用于安装字体报错或者安装失败

在 Finder 中预览 iOS 文档,无需编写 Mac quicklook 插件

将我的应用程序添加到 Finder 的上下文菜单?

为啥OSX 不能在“Macintosh HD”上安装,Mac OS X 讨论区

mac finder中添加自定义边栏

text 在Mac OSX上使用ARM的Qemu