Allow relative path or ${workspaceFolder} in custom storage path #2072
EricTheMagician
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to store tasks in a path relative to our workspace folder.
Currently, the custom storage path setting requires an absolute path and does not support the
${workspaceFolder}
interpolation.This should also apply to everything that applies to the workspace.
I have some mcp's that are stored in my current repo and I would like to be able to have my commands in
.roo/mcp.json
use the paths local to my repo.Beta Was this translation helpful? Give feedback.
All reactions