Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 499 Bytes

File metadata and controls

17 lines (12 loc) · 499 Bytes

Open-With-VSCode

image

Install

mkdir -p $HOME/Library/Services/Open-With-VSCode.workflow && \
  curl -L https://github.com/wzshiming/Open-With-VSCode/archive/refs/heads/master.zip | \
  tar -xf - --strip-components=2 -C $HOME/Library/Services/Open-With-VSCode.workflow

Uninstall

rm -rf $HOME/Library/Services/Open-With-VSCode.workflow