-
Notifications
You must be signed in to change notification settings - Fork 13
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
Incomplete Installation Instructions/README #10
Comments
Sorry about the response delay. I reinstall the extension with the default settings, and seems like it work as intended, maybe you decline when lsp-sonarlint ask to download the extension? The behaviour is that if it doesn't found the extension, it will download it for you. |
Hi all, I also have troubles to keep up and running with this cool lsp integration. I downloaded all the relevant package and set the relevant variables after requiring the module
The sonarlint server seems to work and I do not get any errors. I can see a server at localhost:64474. I checked at the variables defined in the lsp-sonarlint-java module and they are correctly set. Still when I try on purpose to introduce some non-compliant code as per here I do not get any sonarlint warnings. Any suggestions? I suggest to write a 101 with a tutorial with example as per lsp-java or similar. Best, |
Same for me. When I ran
Is there some way to check if |
Thanks for the feedback, It's true that the server seems lo work as intended but for some reason is not triggering any code-action or warning. This maybe because of the new version of the lsp server of sonarlint that may require some adjustment or this repository integration with lsp-mode that need to be fixed/updated. In any case, I'm kind of lost, so ping @yyoncho , maybe he can give you more details. |
I have upgraded SonarLint and its plugins to the latest versions used in the VSCode plugin in this PR. The CI tests suggest that it works pretty reliably. Please give it a go. |
#22 has improved the on-boarding experience. Is this issue still relevant? |
Hi,
I've tried to install
lsp-sonarlint
. I'm particularly interested in itsJava
&JavaScript
components.Following the README in this repo, I did:
lsp-sonarlint
in Emacs packages from MELPABut I get an error when starting Emacs:
File is missing: Cannot open load file, No such file or directory, lsp-sonarlint-javascript
You might have forgotten to give some steps in the install procedure in the README...
Could you please complete the README/docs so that a newbie like me can install a fully working Emacs +
sonarlint
setup?Thanks
The text was updated successfully, but these errors were encountered: