Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table column alignment is broken on this line. The Default column value appears truncated or the spacing is incorrect compared to other rows in the table. The Default value should maintain consistent padding with other rows (should be "| [] | array |" to match the column width of ~70 characters).

Copilot uses AI. Check for mistakes.
| `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 |
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table column alignment is broken on this line. The Default column value appears truncated or the spacing is incorrect compared to other rows in the table. The Default value should maintain consistent padding with other rows (should be "| true | boolean |" to match the column width of ~70 characters).

Copilot uses AI. Check for mistakes.
| `promptitude.syncInstructions` | Sync instructions prompts | `true` | boolean |
| `promptitude.syncPrompt` | Sync prompt files | `true` | boolean |

Expand Down