-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/pickers/promptFilePickers.ts
Line 304 in f8e2f71
| result.push({ type: 'separator', label: '.github/instructions' }); |
- the picker can be used for agents, prompts and instructions (defined by options.type), not only instructions
- users can define other locations, and even multiple locations where prompts/instructions are found (see settings
chat.promptFilesLocations,chat.instructionsFilesLocations - if you wanted to show all locations, use
_promptsService.getSourceFoldersreturns all these source folders.labelService.getUriLabelgives you a nice workspace relative path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug