vs code & macOS services

vs code & macOS services

Mac OS X, Open Folder With VS Code (right click)git

https://github.com/Microsoft/vscode/issues/1223github

https://code.visualstudio.com/docs/setup/macmacos

solution

quick actionbash

https://www.jimbobbennett.io/open-anything-in-vs-code-using-a-macos-quick-action/app

  • Open Folder In VS Code

Open Folder In VS Code

https://hjerpbakk.com/blog/2017/12/22/open-folder-in-vs-codeui

  1. .bash_profile
cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
  1. Open Folder In VS Code

https://github.com/Sankra/OpenFolderInVSCode3d

Quick Action

https://www.jimbobbennett.io/open-anything-in-vs-code-using-a-macos-quick-action/code

https://github.com/cnstntn-kndrtv/open-in-buttons-for-finder-toolbarblog

$ open -n -b "com.microsoft.VSCode" --args "$*"

Automator Service

https://apple.stackexchange.com/a/239049get

https://apple.stackexchange.com/questions/238948/osx-how-to-add-a-right-click-option-in-folder-to-open-the-folder-with-an-applic

Finder toolbar icon

A Finder toolbar icon to open current selected file/folder with Visual Studio Code

https://github.com/hamxiaoz/open-folder-with-vs-code

相關文章
相關標籤/搜索