mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 14:21:12 -05:00
Add mode-specific custom instructions
This commit is contained in:
@@ -131,7 +131,7 @@ Detailed commit message with multiple lines
|
||||
await openMention("/path/to/file")
|
||||
expect(mockExecuteCommand).not.toHaveBeenCalled()
|
||||
expect(mockOpenExternal).not.toHaveBeenCalled()
|
||||
expect(mockShowErrorMessage).toHaveBeenCalledWith("Could not open file!")
|
||||
expect(mockShowErrorMessage).toHaveBeenCalledWith("Could not open file: File does not exist")
|
||||
|
||||
await openMention("problems")
|
||||
expect(mockExecuteCommand).toHaveBeenCalledWith("workbench.actions.view.problems")
|
||||
|
||||
Reference in New Issue
Block a user