From 54cddfc86763cff3070773cb8227e398e127bbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Erdo=C4=9Fan?= Date: Thu, 27 Jun 2024 17:11:13 +0300 Subject: [PATCH] Add command palette shortcuts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b0e94..a9c1598 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ composer create-project laravel-ready/laravel-starter {project_name} --stability ``` > [!WARNING] -> After installation, if you are using VS Code editor CLI, you need to restart with the `F1` > `Reload Window` command. This is required for indexing and plugin activation. +> After installation, if you are using VS Code editor CLI, you need to restart with the `F1` (or `Command` + `P`, or `fn` + `F1`) > `Reload Window` command. This is required for indexing and plugin activation. ## To sync with template repo