alfred-open-in-vscode
alfred-open-in-vscode copied to clipboard
Alfred workflow to open in VSCode
Alfred Open in VSCode
Alfred 4 workflow to open in VSCode.

Feature
- Search projects and open in VSCode.
- Search projects and reveal in Finder.
- Open selected file in VSCode.
- Fuzzy search.
Installation
npm i -g alfred-open-in-vscode.- Set workflow environment
wdsto your project base folders. e.g.wds: /Users/vivaxy/Developers/*. Workflow searches only first level folders, so make surewdspoint to them.wdsstands forworking directories.
Usage
- Type
codewith a space to search. Pressenterto open selected project in VSCode. Holdcommandand pressenterto reveal in Finder. - Select a file in Finder, type
code(without space) and pressenterto open this folder in VSCode.
Troubleshooting
- Type
code DEBUGto show the debug info.