Skip to content

Commit 242be0e

Browse files
committed
docs: Update README to clarify custom path adaptation for non-default VS Code profiles and streamline sync instructions
1 parent ac811ce commit 242be0e

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

README.md

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ The extension automatically detects the correct prompts directory for your opera
7878

7979
You can override this by setting a custom path in `promptitude.customPath`.
8080

81+
The extension will adapt this path automatically to function with non-default VS Code profiles.
82+
8183
### Multiple Repository Configuration
8284

8385
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:
118120

119121
Once configured, the extension works automatically based on your sync frequency setting. You'll see notifications (if enabled) when sync operations complete.
120122

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-
129123
### Status Bar
130124

131125
The extension adds a status bar item showing:
@@ -134,25 +128,16 @@ The extension adds a status bar item showing:
134128
- Last sync time
135129
- Click to manually trigger sync
136130

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-
145131
## 📁 Synced Content
146132

147133
The extension syncs all prompt files from the repository subdirectories into a flattened structure:
148134

149135
```
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/
153139
```
154140

155-
All files are placed directly in the `User/prompts/` directory, removing any subfolder structure for easier access and organization.
156141

157142
## 🔧 Troubleshooting
158143

@@ -170,9 +155,9 @@ Access these commands through the VS Code Command Palette (`Ctrl+Shift+P` or `Cm
170155

171156
| Command | Description |
172157
|---------|-------------|
173-
| **Promptitude: Setup Azure DevOps Authentication** | Configure authentication for Azure DevOps repositories (first-time setup) |
174-
| **Promptitude: Update Azure DevOps Personal Access Token** | Update or replace an existing Azure DevOps PAT (useful when tokens expire) |
175-
| **Promptitude: Clear Azure DevOps Authentication** | Remove stored Azure DevOps authentication (useful for switching accounts or troubleshooting) |
158+
| **Promptitude: Add Azure DevOps Personal Access Token** | Add or update a Personal Access Token (PAT) used to access Azure DevOps repositories |
159+
| **Promptitude: Remove Azure DevOps Personal Access Token(s)** | Remove one or all stored PATs |
160+
| **Promptitude: Clear Azure DevOps Authentication Cache** | Clear cached organization authentication; forces re-authentication on next sync |
176161

177162

178163

@@ -201,7 +186,7 @@ Access these commands through the VS Code Command Palette (`Ctrl+Shift+P` or `Cm
201186
- Modern: `https://dev.azure.com/org/project/_git/repo`
202187
- Legacy: `https://org.visualstudio.com/project/_git/repo`
203188
3. Check that the PAT hasn't expired
204-
4. Use the "Setup Azure DevOps" button in authentication prompts to re-enter your PAT
189+
4. Use the "Promptitude: Add Azure DevOps Personal Access Token" command to re-enter your PAT
205190

206191
#### Prompts Directory Not Found
207192

0 commit comments

Comments
 (0)