mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Scaffold plan & learn modes, project instructions (#251595)
* Scaffold plan & learn modes, project instructions * Add the .vscode folder as a source for instructions
This commit is contained in:
7
.github/chatmodes/learn.chatmode.md
vendored
Normal file
7
.github/chatmodes/learn.chatmode.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: 'Save learnings from conversation'
|
||||
tools: ['codebase', 'editFiles', 'githubRepo', 'runCommands', 'search', 'searchResults', 'usages']
|
||||
---
|
||||
Please take a moment and deeply reflect on all the steps you took and think if there would have been a piece of information which would have allowed you to work faster (take less steps).
|
||||
|
||||
The file .vscode/project.instructions.md has been already provided to you. Edit the file such that it would contain information which would have made you work faster. Please don't make this too specific to this task, but rather something that is generic but useful enought to ensure speed-ups in the future for other tasks.
|
||||
5
.github/chatmodes/plan.chatmode.md
vendored
Normal file
5
.github/chatmodes/plan.chatmode.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: 'Plan the solution for a problem.'
|
||||
tools: ['codebase', 'findTestFiles', 'githubRepo', 'search', 'searchResults', 'usages']
|
||||
---
|
||||
I need your help with the following problem. Please take a look, understand the request in depth, and if the request makes sense, research it, understand the existing code, then suggest a clear plan with steps to take to address the request.
|
||||
Reference in New Issue
Block a user