Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from SonarSource:master #213

Merged
merged 6 commits into from
Nov 19, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 19, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

schrieveslaach and others added 6 commits November 19, 2024 10:10
Some LSP clients do not send values outside of of configuration
namespace. For example Neovim does not support sending client
configurations to mimic the VScode behavior. Following in Lua is not
possible.

```lua
require('sonarlint').setup({
   server = {
      cmd = {
         -- …
      },
      settings = {
         sonarlint = {
            -- …
         },
         ["files.exclude"] = { ["**/.git"] = true },
      }
   },
})
```

This commit makes sure that sonarlint language server still functions if
the values won't be sent. Otherwise, the language server errors while
loading the project.
@pull pull bot added the ⤵️ pull label Nov 19, 2024
@pull pull bot merged commit a055a7d into AmadeusITGroup:master Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants