This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Allow changing default configuration values of the extension #4603
synulux
started this conversation in
Suggestions
Replies: 1 comment 1 reply
-
It was possible at the beginning when we had just the formatter and we didn't have a configuration file. We removed it once we started to have more things. The issue we saw was were the following:
Do you have some idea? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to be able to change the default configuration values of the extension, so that when the
rome.requireConfiguration
option isfalse
, we can specify ourselves how we want the extension's linter & formatter to behave.Example:
Unsure if this is already possible, but if so, let me know!
Beta Was this translation helpful? Give feedback.
All reactions