Releases: SonarSource/sonarlint-atom
1.0.0-RC3
Installation steps:
-
Install the
linter
package in Atom (control shift p
, type "install packages" and press enter, search for "linter") -
Exit Atom
-
Download the plugin zip and install:
cd ~/.atom/packages unzip path/to/sonarlint-1.0.0-RC3.zip
-
Start Atom
1.0.0-RC2
Installation steps:
-
Install the
linter
package in Atom (control shift p
, type "install packages" and press enter, search for "linter") -
Exit Atom
-
Download the plugin zip and install:
cd ~/.atom/packages unzip path/to/sonarlint-1.0.0-RC2.zip
-
Start Atom
1.0.0-RC1
Installation steps:
-
Install the
linter
package in Atom (control shift p
, type "install packages" and press enter, search for "linter") -
Exit Atom
-
Install the plugin from the tarball
Download the file, and install with:
tar zxf sonarlint-1.0.0-RC1.tgz
mv package ~/.atom/packages/sonarlint
- Start Atom
0.0.0-M5
Installation steps:
-
Install the
linter
package in Atom (control shift p
, type "install packages" and press enter, search for "linter") -
Exit Atom
-
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
- 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)