-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add support for project-specific .roomodes #983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
3bb5258 to
449f9cb
Compare
2470c00 to
aa18dc9
Compare
521b65c to
9e36809
Compare
cte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me.
Important
Add support for project-specific
.roomodesfiles, allowing mode configurations to be defined per project with precedence over global settings..roomodesfiles inCustomModesManager.ts..roomodestakes precedence over global settings when merging modes.PromptsView.tsxto allow source selection (global or project).getWorkspaceRoomodes(),loadModesFromFile(),mergeCustomModes()inCustomModesManager.ts.watchCustomModesFiles()to handle.roomodeschanges..roomodesprecedence and error handling inCustomModesManager.test.ts.PromptsView.tsxto include source selection for modes.index.css.modes.tsto includesourceinModeConfig.This description was created by
for 1b56be0. It will automatically update as commits are pushed.