Dave Mills
Dave Mills
@DellanX your post is perfect timing for me! I'm also working on a setup to let us develop multiple packages with a lot of front-end assets, and was starting down...
> I'm adding an optional config setting to allow defining the packages directory. As a non-sail dev, thank you! :)
I've just come across almost this exact issue, while trying to add this package to an app that uses Translatable. The issue is that both traits are attempting to overwrite...
Thanks @lukas-frey for the idea of overriding the trait names. That's instantly tidied up my mess of a function!
I am also getting the same issue, while trying to setup R in VS Code today. Running `lintr::lint_dir()` correctly recognises my `.lintr` file inside my project folder, but in VSCode...