Replies: 2 comments 1 reply
-
my plan:
(example for if
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting to feel that idiomatic versions should default to disabled and enabled via settings for specific tools. I think back when mise started defaulting to enabled made sense because each language required a plugin. Now that most of the tools with idiomatic versions are core, it's weird that just having a
go.mod
orGemfile
in the project directory causes mise to install that tool.While it's certainly convenient that mise works with everything out of the box, I think it's too much and before these files should be used a command like
mise settings add idiomatic_version_file_enable_tools ruby
.This is, of course, a breaking change. My plan to roll it out is to show a warning when an idiomatic version file is in use and the setting is not set for 6 months.
I'll leave this open for 30 days and go with whatever people think is best.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions