diff --git a/README.md b/README.md index 8a9612b..813bb30 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,17 @@ This repository provides a collection of **Visual Studio Code snippets** for **G ## ๐Ÿ“Œ Installation -1. Open **Visual Studio Code**. -2. Go to **User Snippets**: - - Press `Ctrl + Shift + P` (Windows/Linux) or `Cmd + Shift + P` (Mac) and search for **"Configure User Snippets"**. -3. Select **YAML (`.yaml`)** or **GitHub Actions (`.github/workflows/*.yml`)**. -4. Copy and paste the snippets into the selected file. -5. Save and start using the snippets in your GitHub Actions workflows! +1. Create a .vscode folder in your project root (if it doesnโ€™t exist). +2. Inside .vscode, create or move your github-actions.code-snippets file. +3. Restart VS Code (Ctrl + Shift + P โ†’ Reload Window). +5. Open a .yml or .yaml file and type the snippet prefix (e.g., gha-workflow). +6. Manually invoke the snippet picker using: + Windows/Linux: `Ctrl + Space` + Mac: `Cmd + Space` + + The snippets should now appear! ๐ŸŽ‰ + ## ๐Ÿ”ฅ Available Snippets ### 1๏ธโƒฃ GitHub Actions - Branding