Simple albert-launcher extension that shows and opens recent Visual Studio Code files and folders.
The trigger to activate the extension is vs
.
After the trigger you can insert the query to filter the results.
To install the extension type the following in your terminal:
git clone https://github.com/mparati31/albert-vscode ~/.local/share/albert/python/plugins/vscode
Now active the extension: open albert's settings and go to Python > Visual Studio Code
and check the checkbox.
- This extension may not work for older versions of Visual Studio Code, as the path to the
storage.json
file may be different or have a different structure. - Rich text is temporary disabled due issue#1164