Save Allowed Commands to a file besides VSCode's settings.json
?
#5886
evandam
started this conversation in
Feature Requests
Replies: 2 comments
-
Makes a lot of sense to me |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes , #6220 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi folks 👋
In my opinion, the list of allowed commands is usually project-specific, and should not necessarily clutter
settings.json
for the user's VSCode global configuration (plus many people opt to manage this in personal "dotfile" repos with tools like Chezmoi so there may be very frequent diffs when working across many projects).What are your thoughts on having the list of allowed commands live in a local
.roo/allowed_commands.json
file or something similar? Or in the same directory that MCP server configurations are managed (ex:~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings
for macOS)?It's by no means a high priority ask, but curious what others think. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions