Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

0.0.0-M5

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 07 Jul 07:33
· 61 commits to master since this release

Installation steps:

  1. Install the linter package in Atom (control shift p, type "install packages" and press enter, search for "linter")

  2. Exit Atom

  3. Install the plugin from the tarball

Download the file, and install with:

tar zxf sonarlint-0.0.0-M2.tgz
mv package ~/.atom/packages/sonarlint
  1. Start Atom

Important: the language server becomes unusable after about 100 key presses of editing. To continue testing, you need to reload Atom. Press control shift F5, or use the window:reload command in the command panel.

This is the final issue blocking a release, it is tracked here:
https://jira.sonarsource.com/browse/SLATOM-6

You can enable debug logs with:

atom.config.set('core.debugLSP', true)