Skip to content

Releases: sublimelsp/LSP-eslint

v1.0.1

08 Aug 15:32
b82f9cf
Compare
Choose a tag to compare

Fix:

  • Pass correct workspaceFolder in configuration response (#29) (resolves #28)

1.0.0

22 Jun 07:12
Compare
Choose a tag to compare

Breaking:

  • Formatting on save (controlled by "lsp_format_on_save" setting) is no longer supported by this server. Instead, applying fixes is now handled by "code actions on save" feature, controlled by "lsp_code_actions_on_save" setting.

    Example LSP configuration that enables applying eslint fixes on save:

  "lsp_code_actions_on_save": {
    "source.fixAll.eslint": true,
  },

To enable the feature, open "Preferences: LSP Settings" from the Command Palette and set those settings.

Change:

Maintenance:

  • Update eslint server to the latest version

v0.0.6

10 May 10:25
Compare
Choose a tag to compare

Maintenance

  • Switch to using NpmClientHandler

Chore

  • create script for updating server

[ST3] v0.0.6

07 Jun 19:11
Compare
Choose a tag to compare

Branch out from master.

0.0.5

25 Mar 22:18
c9c3f42
Compare
Choose a tag to compare

Fixed:

  • Default settings not returned in response to workspace/configuration (#13)

0.0.4

09 Mar 22:28
174d926
Compare
Choose a tag to compare

Improvements: Run server from cache directory (thanks to @rchl)

0.0.3

15 Dec 22:35
Compare
Choose a tag to compare

0.0.3

0.0.2

15 Dec 21:28
Compare
Choose a tag to compare
Eslint server already comes bundled in the vscode-eslint folder, so t…

0.0.1

24 Oct 05:25
Compare
Choose a tag to compare
install dependencies