forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.16
API Provider
AWS Bedrock
Model Used
n/a
Roo Code Task Links (Optional)
n/a
π Steps to Reproduce
configure vscode settings.json to use customStoragePath
"roo-cline.customStoragePath": "/Users/SOMEBODY/.roo"
create a custom_modes.yaml file in /Users/SOMEBODY/.roo/settings/custom_modes.yaml
π₯ Outcome Summary
Expected custom modes to show. Only default modes show.
π Relevant Logs or Errors (Optional)
getCustomModesFilePath() is using ensureSettingsDirectoryExists() which never engages getStorageBasePath()
So, CustomModesManager never finds custom_modes.yaml
https://github.com/RooCodeInc/Roo-Code/blob/f3864ffebba8ddd82831cfa42436251c38168416/src/utils/globalContext.ts#L10
https://github.com/RooCodeInc/Roo-Code/blob/f3864ffebba8ddd82831cfa42436251c38168416/src/core/config/CustomModesManager.ts#L249
Metadata
Metadata
Assignees
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Issue [Needs Scoping]