drewma2k
drewma2k
Just ran into this issue - macOS uses the BSD version of `ls`, which uses a different environment variable and color format from the GNU `ls` ( and this plugin...
Thank you for the clarification. Is there any way to find the log group associated with an ECS service? That’s what I thought would be under the configuration section.
I don't think this is the same issue - There is no way to modify `init_options` without replacing the options provided by the plugin - that logic happens in `lspconfig-setup-wrap.lua`....
To make it clearer, I've modified the example setup for jdtls, to demonstrate where init_options should be allowed: ```lua require('lspconfig').jdtls.setup({ init_options = { bundles = ... extendedClientCababilities = { ......
Here is the `repro.lua`. I could not figure out why, but for some reason, this bug only occurs if `settings.java = {}` is passed to `jdtls.setup()`. If `settings={}`, it is...
Also seeing this issue.