Skip to content

Incomplete Installation Instructions/README #10

@liar666

Description

@liar666

Hi,

I've tried to install lsp-sonarlint. I'm particularly interested in its Java & JavaScript components.

Following the README in this repo, I did:

  • Install lsp-sonarlint in Emacs packages from MELPA
  • Complete my Emacs config file with
(require 'lsp-sonarlint)
(require 'lsp-sonarlint-javascript)
(setq lsp-sonarlint-javascript-enabled t)
(require 'lsp-sonarlint-java)
(setq lsp-sonarlint-java-enabled t)

But 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions