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

Releases: SonarSource/sonarlint-atom

1.0.0-RC3

12 Jul 07:56
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-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. Download the plugin zip and install:

    cd ~/.atom/packages
    unzip path/to/sonarlint-1.0.0-RC3.zip
    
  4. Start Atom

1.0.0-RC2

10 Jul 13:53
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-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. Download the plugin zip and install:

    cd ~/.atom/packages
    unzip path/to/sonarlint-1.0.0-RC2.zip
    
  4. Start Atom

1.0.0-RC1

07 Jul 11:45
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-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-1.0.0-RC1.tgz
mv package ~/.atom/packages/sonarlint
  1. Start Atom

0.0.0-M5

07 Jul 07:33
Compare
Choose a tag to compare
0.0.0-M5 Pre-release
Pre-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)