layout: post title: Alfred 4 Workflow Open in VSCode
enter
to open in VSCode.command + enter
to reveal in Finder.npm i -g alfred-open-in-vscode
wds
to your project base folders (split with ,
).
e.g. wds
: /Users/vivaxy/Developers/github,/Users/vivaxy/Developers/gitlab
.
Workflow searches only first level folders, so make sure wds
point to them.
wds
stands for working directories
Open Alfred.
code
(with space) to search. Press enter to open the selected project in VSCode. Hold command
and press enter
to reveal in Finder.code
(without space) and enter
to open this folder in VSCode.