alfred-open-in-vscode icon indicating copy to clipboard operation
alfred-open-in-vscode copied to clipboard

Alfred workflow to open in VSCode

Results 6 alfred-open-in-vscode issues
Sort by recently updated
recently updated
newest added

I want to use my home directory as the root path, there are too many hidden folders. maybe we should hide them too?

enhancement

# How to reproduce - Install the workflow - Give a path to `wds` var. - Type `code++` - Then you get the error ``` [03:26:56.709] ERROR: Open in VSCode[Script...

How about use home directory alias as wds? ex) `~/repositories` -> `/User/vivaxy/repositories`. If multiple computers use the same repository structure, wds can be shared and reused.

enhancement

Hi there! The latest macos update breaks the search. As soon as you type code, it throws an error. I can not type code DEBUG because of it. Macos version:...

This PR fixes incompatibilities with the latest version of node: ``` $ nvm use system Now using system version of node: v21.4.0 (npm v10.2.4) ``` Attempting to debug it via...

Environment variables are not permanent and reset on each reboot. It leads to need to constantly set `wds` variable. May be it's better to move the variable to `User Configuration`,...