Edoardo Luppi
Edoardo Luppi
@ovitrif @yasandev if you have some spare time to try it out it would be cool! Maybe I've abstracted things too much so you might need to fiddle around a...
I wonder what you've ended up using for Node @lamba92. This library would suite me perfectly but the missing piece is really Node.js.
For context @pdvrieze, I'm developing a multiplatform library that will be consumed by Eclipse plugins, VS Code plugins, and native CLIs.
@galak75 hi! No, currently only JSON is supported, but YAML shouldn't be difficult to add. Could you point me to an example of YAML config? So I can tell you...
@galak75 thanks! I cannot support `extends` as of now unfortunately. Is it ok anyway?
@galak75 the issue is how to read a JavaScript file. I can read YAML and JSON because the document format is fixed, but I cannot read a JavaScript file as...
@ParkerM I had already explored the Prettier plugin some time ago. They interface with NodeJs directly, which means they have their own plugin and process to load the configuration file....
@ParkerM A good alternative is JCEF https://plugins.jetbrains.com/docs/intellij/jcef.html?from=jetbrains.org Although I never tried it.
@ParkerM what I could do is try to bundle cosmiconfig and execute it inside the JCEF environment. Thanks for mentioning the tool!
> at least for the PRs It's definitely interesting but it's yet another maintenance burden. Have to think about it. > a deploying pipeline I feel oldschool now but I...