An extension that lets the developer mark resources (files or folders) as favourite, so they can be easily accessed.
Install
Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press Enter.
ext install yunan-hu.vscode-favourite
Usage
An Add to Favorite command in Explorer's context menu saves links to your favourite files or folders into the .vsfavorite file of your root folder.
Your favourite are listed in a separate view and can be quickly accessed from there.
Configuration
{
"resources": [], // resources path you prefer to mark
"sortOrder": "ASC", // DESC, MANUAL
"groups": ["Default"], // the groups you have created
"currentGroup": "Default" // determine the current using group
}
You normally don't need to modify this config manually. Use context menus instead.