From 1657866c903aed29fa1bdb8d29e025d4cd7670f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20L=C3=A9vesque?= Date: Wed, 14 Jan 2026 09:29:50 -0500 Subject: [PATCH] fix: Fix formatting of configuration table in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9a2618..034e059 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ The Promptitude Extension automatically synchronizes the latest GitHub Copilot p | `promptitude.enabled` | Enable/disable automatic syncing | `true` | boolean | | `promptitude.frequency` | Sync frequency | `"daily"` | string | | `promptitude.customPath` | Custom prompts directory path | `""` | string | -| `promptitude.repositories` | Repositories with optional branch (use `url` or `url|branch`) | `[]` | array | +| `promptitude.repositories` | Repositories with optional branch (use `url` or `url\|branch`) | `[]` | array | | `promptitude.syncOnStartup` | Sync when VS Code starts | `true` | boolean | | `promptitude.showNotifications` | Show sync status notifications | `true` | boolean | -| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean | +| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean | | `promptitude.syncInstructions` | Sync instructions prompts | `true` | boolean | | `promptitude.syncPrompt` | Sync prompt files | `true` | boolean |