Skip to content

Commit 66d44e5

Browse files
Merge pull request #27 from nventive/dev/jpl/fix-readme
fix: Fix formatting of configuration table in README.md
2 parents 57080ec + 1657866 commit 66d44e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ The Promptitude Extension automatically synchronizes the latest GitHub Copilot p
5454
| `promptitude.enabled` | Enable/disable automatic syncing | `true` | boolean |
5555
| `promptitude.frequency` | Sync frequency | `"daily"` | string |
5656
| `promptitude.customPath` | Custom prompts directory path | `""` | string |
57-
| `promptitude.repositories` | Repositories with optional branch (use `url` or `url|branch`) | `[]` | array |
57+
| `promptitude.repositories` | Repositories with optional branch (use `url` or `url\|branch`) | `[]` | array |
5858
| `promptitude.syncOnStartup` | Sync when VS Code starts | `true` | boolean |
5959
| `promptitude.showNotifications` | Show sync status notifications | `true` | boolean |
60-
| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean |
60+
| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean |
6161
| `promptitude.syncInstructions` | Sync instructions prompts | `true` | boolean |
6262
| `promptitude.syncPrompt` | Sync prompt files | `true` | boolean |
6363

0 commit comments

Comments
 (0)