You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-24Lines changed: 9 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ The extension automatically detects the correct prompts directory for your opera
78
78
79
79
You can override this by setting a custom path in `promptitude.customPath`.
80
80
81
+
The extension will adapt this path automatically to function with non-default VS Code profiles.
82
+
81
83
### Multiple Repository Configuration
82
84
83
85
The extension supports syncing from multiple Git repositories simultaneously. This is useful for organizations that maintain prompt collections across multiple repositories or for users who want to combine prompts from different sources.
@@ -118,14 +120,6 @@ When syncing multiple repositories:
118
120
119
121
Once configured, the extension works automatically based on your sync frequency setting. You'll see notifications (if enabled) when sync operations complete.
120
122
121
-
### Manual Sync
122
-
123
-
You can manually trigger a sync at any time:
124
-
125
-
1. Open the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P`)
126
-
2. Type "Promptitude: Sync Now"
127
-
3. Press Enter
128
-
129
123
### Status Bar
130
124
131
125
The extension adds a status bar item showing:
@@ -134,25 +128,16 @@ The extension adds a status bar item showing:
134
128
- Last sync time
135
129
- Click to manually trigger sync
136
130
137
-
### View Sync Status
138
-
139
-
Check detailed sync information:
140
-
141
-
1. Open the command palette
142
-
2. Type "Promptitude: Show Status"
143
-
3. View sync history, errors, and configuration details
144
-
145
131
## 📁 Synced Content
146
132
147
133
The extension syncs all prompt files from the repository subdirectories into a flattened structure:
148
134
149
135
```
150
-
prompts/chatmode/*.md → User/prompts/
151
-
prompts/instructions/*.md → User/prompts/
152
-
prompts/prompt/*.md → User/prompts/
136
+
chatmodes/*.md → User/prompts/
137
+
instructions/*.md → User/prompts/
138
+
prompts/*.md → User/prompts/
153
139
```
154
140
155
-
All files are placed directly in the `User/prompts/` directory, removing any subfolder structure for easier access and organization.
156
141
157
142
## 🔧 Troubleshooting
158
143
@@ -170,9 +155,9 @@ Access these commands through the VS Code Command Palette (`Ctrl+Shift+P` or `Cm
0 commit comments