-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Fix formatting of configuration table in README.md #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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).